Fixed scrutinizer upper_lower_casing
This commit is contained in:
parent
c1fa11b0d5
commit
877d173086
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue