mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
update php-cs fixer to get rid of PHP_CS_FIXER_IGNORE_ENV variable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# get parent dir, and run the php-cs-fixer
|
||||
PHP_CS_FIXER_IGNORE_ENV=1 "$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"
|
||||
"$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"
|
||||
|
||||
Reference in New Issue
Block a user