mediawiki-skins-Citizen/bin/phpcbf.sh

9 lines
177 B
Bash
Raw Normal View History

2019-12-31 00:04:02 +00:00
# Force phpcbf to exit with zero
2019-12-30 23:45:08 +00:00
# See https://github.com/squizlabs/PHP_CodeSniffer/issues/1818#issuecomment-354420927
root=$( dirname $0 )/..
2019-12-31 00:04:02 +00:00
$root/vendor/bin/phpcbf
2019-12-30 23:45:08 +00:00
2019-12-31 00:04:02 +00:00
exit 0