From 2b697f2674a8d171d7714aa113585d72d837b6bf Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 2 May 2014 14:50:19 +0100 Subject: [PATCH] Reducing allowed PHPMD errors --- phpci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index 12e69667..9dda1fa4 100644 --- a/phpci.yml +++ b/phpci.yml @@ -12,7 +12,7 @@ setup: test: php_mess_detector: - allowed_warnings: 32 # Set max warnings at the current level - Disallow any further errors creeping in. + allowed_warnings: 10 # Set max warnings at the current level - Disallow any further errors creeping in. php_code_sniffer: standard: "PSR2" php_loc: