Try to fix the scrutinizer upper_lower_casing

This commit is contained in:
Claudio Sanches 2015-02-18 14:37:53 -02:00
parent 25c706433f
commit 8d567bc045
1 changed files with 9 additions and 6 deletions

View File

@ -23,11 +23,6 @@ checks:
no_exit: false no_exit: false
avoid_superglobals: false avoid_superglobals: false
avoid_closing_tag: false avoid_closing_tag: false
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower
tools: tools:
sensiolabs_security_checker: true sensiolabs_security_checker: true
@ -36,3 +31,11 @@ tools:
standard: "WordPress" standard: "WordPress"
external_code_coverage: external_code_coverage:
timeout: 600 timeout: 600
coding_style:
php:
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower