Skip to content

Commit

Permalink
Merge pull request #12 from jakzal/php-cs-fixer
Browse files Browse the repository at this point in the history
Do not ignore the php version when running php-cs-fixer anymore
  • Loading branch information
jakzal committed Jun 11, 2019
2 parents 5e928cc + 8ad0d6a commit d17e018
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 @@ -30,11 +30,11 @@ test-package: package test-package-tools
.PHONY: test-package

cs: tools/php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
.PHONY: cs

cs-fix: tools/php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
.PHONY: cs-fix

deptrac: tools/deptrac
Expand Down

0 comments on commit d17e018

Please sign in to comment.