mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
|
#!/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" "$@"
|