Try to fix the scrutinizer upper_lower_casing
This commit is contained in:
parent
25c706433f
commit
8d567bc045
|
@ -23,11 +23,6 @@ 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
|
||||
|
@ -35,4 +30,12 @@ tools:
|
|||
config:
|
||||
standard: "WordPress"
|
||||
external_code_coverage:
|
||||
timeout: 600
|
||||
timeout: 600
|
||||
|
||||
coding_style:
|
||||
php:
|
||||
upper_lower_casing:
|
||||
keywords:
|
||||
general: lower
|
||||
constants:
|
||||
true_false_null: lower
|
Loading…
Reference in New Issue