File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1717 "symplify/easy-coding-standard" : " ^12.1.9"
1818 },
1919 "require-dev" : {
20- "ergebnis/composer-normalize" : " ^2.13.2 " ,
20+ "ergebnis/composer-normalize" : " ^2.42.0 " ,
2121 "nikic/php-parser" : " <5.0" ,
22- "php-parallel-lint/php-parallel-lint" : " ^1.2 .0" ,
23- "phpstan/extension-installer" : " ^1.1" ,
24- "phpstan/phpstan" : " ^1.3.0 " ,
25- "phpstan/phpstan-phpunit" : " ^1.0 .0" ,
22+ "php-parallel-lint/php-parallel-lint" : " ^1.4 .0" ,
23+ "phpstan/extension-installer" : " ^1.3. 1" ,
24+ "phpstan/phpstan" : " ^1.11.1 " ,
25+ "phpstan/phpstan-phpunit" : " ^1.4 .0" ,
2626 "phpunit/phpunit" : " ^9.6.19"
2727 },
2828 "prefer-stable" : true ,
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ parameters:
1111 message : ' #Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
1212 - path : %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php
1313 message : ' #Parameter \#2 \$actualString of method PHPUnit\\Framework\\Assert::assertStringEqualsFile\(\) expects string, string\|false given#'
14- checkMissingIterableValueType : false
14+ - identifier : missingType.iterableValue
15+ path : %currentWorkingDirectory%/tests/*
You can’t perform that action at this time.
0 commit comments