File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11ifdef CI
22 DOCKER_PHP_EXEC :=
33else
4- DOCKER_PHP_EXEC := docker compose run --rm php
4+ DOCKER_PHP_EXEC := docker compose run --rm --env PHP_CS_FIXER_IGNORE_ENV=1 php
55endif
66
77all : csfix static-analysis test
Original file line number Diff line number Diff line change 1414 "php" : " ~8.3.0 || ~8.4.0"
1515 },
1616 "require-dev" : {
17- "phpstan/phpstan" : " ^2" ,
18- "phpstan/phpstan-phpunit" : " ^2" ,
19- "phpstan/phpstan-strict-rules" : " ^2" ,
17+ "phpstan/phpstan" : " ^2.1.1 " ,
18+ "phpstan/phpstan-phpunit" : " ^2.0.3 " ,
19+ "phpstan/phpstan-strict-rules" : " ^2.0.1 " ,
2020 "phpunit/phpunit" : " ^11.5.2" ,
2121 "slam/php-cs-fixer-extensions" : " ^3.12" ,
2222 "symfony/console" : " ^7.2.1"
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ parameters:
66 count : 1
77 path : lib/ErrorHandler.php
88
9- -
10- message : ' #^Parameter \#2 \$array of function implode expects array\<string\>, mixed given\.$#'
11- identifier : argument.type
12- count : 1
13- path : lib/ErrorHandler.php
14-
159 -
1610 message : ' #^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#'
1711 identifier : argument.type
You can’t perform that action at this time.
0 commit comments