#!/usr/bin/env bash
vendor/bin/phpcs --colors -p -s --report-width=120 --extensions=php --standard=Everon ${1-src}
