From f2cfe593bfc491bb6d284bfb41c17e452c8a9bed Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 11 Jan 2026 12:31:43 +0100 Subject: [PATCH] phpstan --- tests/phpstan.neon | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/tests/phpstan.neon b/tests/phpstan.neon index 73c3b86f8..31b192adc 100644 --- a/tests/phpstan.neon +++ b/tests/phpstan.neon @@ -2495,30 +2495,3 @@ parameters: message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#" count: 2 path: Widget/Type/PaginatedWorkingTimeChartTest.php - - - - message: ''' - #^Access to constant on deprecated class App\\Timesheet\\Util\: - use RateCalculatorMode instead$# - ''' - identifier: classConstant.deprecatedClass - count: 1 - path: Timesheet/UtilTest.php - - - - message: ''' - #^Call to method calculateRate\(\) of deprecated class App\\Timesheet\\Util\: - use RateCalculatorMode instead$# - ''' - identifier: staticMethod.deprecatedClass - count: 2 - path: Timesheet/UtilTest.php - - - - message: ''' - #^Call to method decimalizeDuration\(\) of deprecated class App\\Timesheet\\Util\: - use RateCalculatorMode instead$# - ''' - identifier: staticMethod.deprecatedClass - count: 1 - path: Timesheet/UtilTest.php