Skip to content

Commit

Permalink
fix ci for PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMinoccheri authored and othillo committed Dec 11, 2020
1 parent 03757dd commit a009f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ php-cs-fixer:

.PHONY: php-cs-fixer-ci
php-cs-fixer-ci:
vendor/bin/php-cs-fixer fix --dry-run --no-interaction --allow-risky=yes --diff --verbose .php_cs.dist
PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --no-interaction --allow-risky=yes --diff --verbose .php_cs.dist

# Based on https://suva.sh/posts/well-documented-makefiles/
help: ## Display this help
Expand Down

0 comments on commit a009f75

Please sign in to comment.