mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
delete cs fixer wrapper
This commit is contained in:
parent
828f51500d
commit
d5cd42b0e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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/
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# get parent dir, and run the php-cs-fixer
|
|
||||||
"$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user