phpstan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user