Commit 6ab2aed 1 parent 97dd469 commit 6ab2aed Copy full SHA for 6ab2aed
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
"symplify/easy-coding-standard" : " ^12.1.5"
18
18
},
19
19
"require-dev" : {
20
- "ergebnis/composer-normalize" : " ^2.13.2 " ,
20
+ "ergebnis/composer-normalize" : " ^2.42.0 " ,
21
21
"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" ,
26
26
"phpunit/phpunit" : " ^9.6.19"
27
27
},
28
28
"prefer-stable" : true ,
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ parameters:
11
11
message : ' #Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
12
12
- path : %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php
13
13
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