#!/usr/bin/env bash

set -e

echo 'Running PHP Code Beautifier and Fixer...'
./vendor/bin/phpcbf

echo 'Done!'
