Skip to content

Commit ea209fa

Browse files
Ignore PHP version for formatting (#1426)
1 parent bc84cc4 commit ea209fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ test: vendor
1212
.PHONY: test
1313

1414
fmt: vendor
15-
vendor/bin/php-cs-fixer fix -v --using-cache=no
15+
PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --using-cache=no
1616
.PHONY: fmt
1717

1818
fmtcheck: vendor
19-
vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
19+
PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
2020
.PHONY: fmtcheck
2121

2222
phpdoc: vendor/bin/phpdoc

0 commit comments

Comments
 (0)