Skip to content

Commit 748f5b9

Browse files
authored
chore: remove deprecated PHP_CS_FIXER_IGNORE_ENV (#2075)
1 parent 2dbea84 commit 748f5b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
composer-options: "--prefer-dist"
6666

6767
- name: "Run friendsofphp/php-cs-fixer"
68-
run: "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --verbose"
68+
run: "vendor/bin/php-cs-fixer fix --diff --verbose"
6969

7070
composer-normalize:
7171
name: composer normalize

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests:
1010

1111
.PHONY: cs
1212
cs: vendor
13-
PHP_CS_FIXER_IGNORE_ENV=1 symfony php vendor/bin/php-cs-fixer fix --diff --verbose
13+
symfony php vendor/bin/php-cs-fixer fix --diff --verbose
1414

1515
.PHONY: static-code-analysis
1616
static-code-analysis:

0 commit comments

Comments
 (0)