mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-24 00:06:25 +00:00
9 lines
174 B
Bash
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
|