delete cs fixer wrapper

This commit is contained in:
DubbleClick 2025-07-22 11:38:42 +07:00
parent 828f51500d
commit d5cd42b0e7
2 changed files with 0 additions and 5 deletions

1
.gitignore vendored
View File

@ -35,7 +35,6 @@ packlib_files.txt
!/bin/spc* !/bin/spc*
!/bin/setup-runtime* !/bin/setup-runtime*
!/bin/spc-alpine-docker !/bin/spc-alpine-docker
!/bin/php-cs-fixer-wrapper
# exclude windows build tools # exclude windows build tools
/php-sdk-binary-tools/ /php-sdk-binary-tools/

View File

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