update php-cs fixer to get rid of PHP_CS_FIXER_IGNORE_ENV variable

This commit is contained in:
DubbleClick
2025-07-05 12:11:48 +07:00
parent 93d6a45a78
commit 26aca723cb
6 changed files with 189 additions and 178 deletions

View File

@@ -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" "$@"