Add html indent bundle
This commit is contained in:
13
tools/php-cs-fixer
Executable file
13
tools/php-cs-fixer
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
|
||||
docker run \
|
||||
--rm \
|
||||
--interactive \
|
||||
--tty \
|
||||
--init \
|
||||
--user "$UID:$(id -g)" \
|
||||
--volume="$PWD:/srv/app" \
|
||||
${PHP_IMAGE} \
|
||||
./vendor/bin/php-cs-fixer "$@"
|
Reference in New Issue
Block a user