static-php-cli/bin/php-cs-fixer-wrapper

5 lines
114 B
Bash
Executable File

#!/usr/bin/env bash
# get parent dir, and run the php-cs-fixer
"$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"