Add html indent bundle

This commit is contained in:
2018-07-18 21:40:17 +03:00
parent 218a911dfd
commit 8451c8abd0
12 changed files with 820 additions and 5 deletions

13
tools/php-cs-fixer Executable file
View 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 "$@"