#!/bin/sh

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