File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5858 "phpbench/phpbench" : " ^1.4" ,
5959 "phpunit/phpunit" : " ^11.5" ,
6060 "phpmd/phpmd" : " ^2.15" ,
61- "phpstan/phpstan" : " ^2.1" ,
61+ "phpstan/phpstan" : " ^2.1.13 " ,
6262 "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
6363 "setasign/fpdf" : " ^1.8.6" ,
6464 "slevomat/coding-standard" : " ^8.15" ,
65- "squizlabs/php_codesniffer" : " ^3.11 "
65+ "squizlabs/php_codesniffer" : " ^3.12 "
6666 },
6767 "suggest" : {
6868 "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:
228228 count : 1
229229 path : tests/Common/MaskPatternTest.php
230230
231+ -
232+ message : ' #^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
233+ identifier : catch.internalClass
234+ count : 1
235+ path : tests/Data/DataInterfaceTestAbstract.php
236+
231237 -
232238 message : ' #^Parameter \#1 \$string of static method chillerlan\\QRCode\\Data\\QRDataModeInterface\:\:validateString\(\) expects string, string\|false given\.$#'
233239 identifier : argument.type
You can’t perform that action at this time.
0 commit comments