File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 58
58
"phpbench/phpbench" : " ^1.4" ,
59
59
"phpunit/phpunit" : " ^11.5" ,
60
60
"phpmd/phpmd" : " ^2.15" ,
61
- "phpstan/phpstan" : " ^2.1" ,
61
+ "phpstan/phpstan" : " ^2.1.13 " ,
62
62
"phpstan/phpstan-deprecation-rules" : " ^2.0" ,
63
63
"setasign/fpdf" : " ^1.8.6" ,
64
64
"slevomat/coding-standard" : " ^8.15" ,
65
- "squizlabs/php_codesniffer" : " ^3.11 "
65
+ "squizlabs/php_codesniffer" : " ^3.12 "
66
66
},
67
67
"suggest" : {
68
68
"chillerlan/php-authenticator" : " Yet another Google authenticator! Also creates URIs for mobile apps." ,
Original file line number Diff line number Diff line change @@ -228,6 +228,12 @@ parameters:
228
228
count : 1
229
229
path : tests/Common/MaskPatternTest.php
230
230
231
+ -
232
+ message : ' #^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
233
+ identifier : catch.internalClass
234
+ count : 1
235
+ path : tests/Data/DataInterfaceTestAbstract.php
236
+
231
237
-
232
238
message : ' #^Parameter \#1 \$string of static method chillerlan\\QRCode\\Data\\QRDataModeInterface\:\:validateString\(\) expects string, string\|false given\.$#'
233
239
identifier : argument.type
You can’t perform that action at this time.
0 commit comments