From 8ad0d6af1ab2f2ffa1b09fba5c7a93e63e394f1c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 11 Jun 2019 04:13:05 +0000 Subject: [PATCH] Do not ignore the php version when running php-cs-fixer anymore --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 53595f2..3b88a3e 100644 --- a/Makefile +++ b/Makefile @@ -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