Skip to content

Commit

Permalink
ci: surpress php 8.4 warning for PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel committed Nov 23, 2024
1 parent 2687a43 commit a8c7c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

qa:
composer update --prefer-stable
vendor/bin/php-cs-fixer fix --diff --verbose
PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --diff --verbose
vendor/bin/rector
vendor/bin/phpstan
vendor/bin/phpunit


qa-lowest:
composer update --prefer-lowest
vendor/bin/php-cs-fixer fix --diff --verbose
PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --diff --verbose
vendor/bin/phpstan
vendor/bin/phpunit

Expand Down

0 comments on commit a8c7c7d

Please sign in to comment.