Skip to content

Commit

Permalink
check that PHP types used for type hints, return types, and type cast…
Browse files Browse the repository at this point in the history
…ing are lowercase
  • Loading branch information
VasekPurchart committed Jun 13, 2018
1 parent a57bc17 commit d3dff55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<rule ref="Generic.PHP.ForbiddenFunctions"/>
<rule ref="Generic.PHP.LowerCaseConstant"/>
<rule ref="Generic.PHP.LowerCaseKeyword"/>
<rule ref="Generic.PHP.LowerCaseType"/>
<rule ref="Generic.Strings.UnnecessaryStringConcat">
<properties>
<property name="allowMultiline" value="true"/>
Expand Down

0 comments on commit d3dff55

Please sign in to comment.