#!/bin/sh
#
# Auto-format PHP source files
#
# @author      Steve Talbot
# @copyright   Copyright (c) Solviq Ltd 2016-9
# @license     MIT

vendor/bin/php-cs-fixer fix
