mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
9 lines
177 B
Bash
9 lines
177 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
|