Skip to content

Commit

Permalink
Dev Enforcing lowercase PHP-internal constants/keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 24, 2017
1 parent 38e5c3f commit 7bba049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Expand Up @@ -29,4 +29,9 @@ coding_style:
opening: end-of-line
try:
opening: end-of-line
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower

0 comments on commit 7bba049

Please sign in to comment.