Fixed scrutinizer upper_lower_casing

This commit is contained in:
Claudio Sanches 2015-02-18 14:30:23 -02:00
parent c1fa11b0d5
commit 877d173086
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ checks:
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower
tools:
sensiolabs_security_checker: true