Updating project to prevent any PHPMD or PHPCS errors creeping in

This commit is contained in:
Dan Cryer 2014-05-12 17:12:26 +01:00
parent c2d2c5e173
commit 4d2be3d1be

View file

@ -13,9 +13,11 @@ setup:
test:
php_mess_detector:
allowed_warnings: 10 # Set max warnings at the current level - Disallow any further errors creeping in.
allowed_warnings: 0
php_code_sniffer:
standard: "PSR2"
allowed_warnings: 0
allowed_errors: 0
php_loc:
php_unit:
php_docblock_checker: