aboutsummaryrefslogtreecommitdiff
path: root/scripts/formatters/apheleia-phpcs
blob: 1d8a0e8f24c2abe2b08a26b48647d793500e6578 (plain)
1
2
3
4
5
6
#!/bin/sh

phpcbf "$@"
if [ "$?" -eq 1 ]; then
   exit 0
fi