#!/bin/bash

set -e

echo 'Formatting code...'

ant phpcbf
ant php-cs-fixer
