File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 - id : php-cs-fixer
1515 name : php-cs-fixer
16- entry : docker compose run --no-TTY --rm --no-deps -ePHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --path-mode=intersection
16+ entry : docker compose run --no-TTY --rm --no-deps php vendor/bin/php-cs-fixer fix --allow-unsupported-php-version=yes --config=.php-cs-fixer.dist.php --path-mode=intersection
1717 language : system
1818 types_or :
1919 - php
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ static: ## run static analysis
2828
2929.PHONY : cs
3030cs : # # run php-cs-fixer in check mode
31- @$(dc ) run -ePHP_CS_FIXER_IGNORE_ENV=1 -- rm --no-deps php vendor/bin/php-cs-fixer check --using-cache=no --show-progress=none
31+ @$(dc ) run -- rm --no-deps php vendor/bin/php-cs-fixer check --allow-unsupported-php-version=yes --using-cache=no --show-progress=none
3232
3333.PHONY : fix
3434fix : # # fix code style
35- @$(dc ) run -ePHP_CS_FIXER_IGNORE_ENV=1 -- rm --no-deps php vendor/bin/php-cs-fixer fix
35+ @$(dc ) run -- rm --no-deps php vendor/bin/php-cs-fixer fix --allow-unsupported-php-version=yes
3636
3737.PHONY : check
3838check : composer-validate cs static test # # run all local checks
Original file line number Diff line number Diff line change 2121 "symfony/uid" : " ^6.4 || ^7.4 || ^8.0"
2222 },
2323 "require-dev" : {
24- "friendsofphp/php-cs-fixer" : " ^3.75 " ,
24+ "friendsofphp/php-cs-fixer" : " ^3.94 " ,
2525 "phpstan/phpstan" : " ^2.1" ,
2626 "phpunit/phpunit" : " ^11.5"
2727 },
You can’t perform that action at this time.
0 commit comments