#! /bin/sh
phpcs -s --extensions=php --standard=build/code-sniffer-ruleset.xml \
	/usr/share/php/Crypt \
	/usr/share/php/File \
	/usr/share/php/Math \
	/usr/share/php/Net \
	/usr/share/php/System
