1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Remove environment variable (#890)

Co-authored-by: Sergey Panteleev <sergey@php.net>
This commit is contained in:
Andreas Möller
2024-02-12 18:00:10 +01:00
committed by GitHub
parent a52208d9b3
commit bde5ef8ef1

View File

@@ -51,8 +51,6 @@ jobs:
- name: "Run friendsofphp/php-cs-fixer"
run: "vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --show-progress=dots --verbose"
env:
PHP_CS_FIXER_IGNORE_ENV: "1"
tests:
name: "Tests"