PortableInfobox/phpcbf.sh
Universal Omega 79046437fd
Add CI (#3)
2021-09-09 20:52:19 -06:00

9 lines
174 B
Bash

# Force phpcbf to exit with zero
# See https://github.com/squizlabs/PHP_CodeSniffer/issues/1818#issuecomment-354420927
root=$( dirname $0 )
$root/vendor/bin/phpcbf
exit 0