File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ parameters:
1818 - identifier : missingType.generics
1919 - "#Offset ' (bracket|scope|parenthesis|comment|attribute )_ (opener|closer )' (does|might) not exist#"
2020 - "#Offset ' (conditions|scope_condition )' might not exist#"
21+ - " #Offset int\\|null might not exist #"
2122 -
2223 message : ' #Offset ' ' nested_parenthesis' ' (does|might) not exist on array#'
2324 count : 1
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ parameters:
77
88 ignoreErrors! :
99 - "#Offset ' (bracket|scope|parenthesis|comment )_ (opener|closer )' (does|might) not exist#"
10-
10+ - " # Offset int\\|null might not exist # "
Original file line number Diff line number Diff line change 2121 "require-dev" : {
2222 "phing/phing" : " 3.0.1|3.1.0" ,
2323 "php-parallel-lint/php-parallel-lint" : " 1.4.0" ,
24- "phpstan/phpstan" : " 2.1.22 " ,
24+ "phpstan/phpstan" : " 2.1.24 " ,
2525 "phpstan/phpstan-deprecation-rules" : " 2.0.3" ,
2626 "phpstan/phpstan-phpunit" : " 2.0.7" ,
2727 "phpstan/phpstan-strict-rules" : " 2.0.6" ,
28- "phpunit/phpunit" : " 9.6.8|10.5.48|11.4.4|11.5.36|12.3.8 "
28+ "phpunit/phpunit" : " 9.6.8|10.5.48|11.4.4|11.5.36|12.3.10 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments