We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc84cc4 commit ea209faCopy full SHA for ea209fa
1 file changed
Makefile
@@ -12,11 +12,11 @@ test: vendor
12
.PHONY: test
13
14
fmt: vendor
15
- vendor/bin/php-cs-fixer fix -v --using-cache=no
+ PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --using-cache=no
16
.PHONY: fmt
17
18
fmtcheck: vendor
19
- vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
+ PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
20
.PHONY: fmtcheck
21
22
phpdoc: vendor/bin/phpdoc
0 commit comments