

all:

check:
	phpcs --report-width=120 --tab-width=4 --standard=PSR2 . | grep -v "not in camel caps"

