Skip to content

Commit bde5ef8

Browse files
Fix: Remove environment variable (#890)
Co-authored-by: Sergey Panteleev <[email protected]>
1 parent a52208d commit bde5ef8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/integrate.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151

5252
- name: "Run friendsofphp/php-cs-fixer"
5353
run: "vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --show-progress=dots --verbose"
54-
env:
55-
PHP_CS_FIXER_IGNORE_ENV: "1"
5654

5755
tests:
5856
name: "Tests"

0 commit comments

Comments
 (0)