Skip to content

Commit d3dff55

Browse files
committed
check that PHP types used for type hints, return types, and type casting are lowercase
1 parent a57bc17 commit d3dff55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Consistence/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<rule ref="Generic.PHP.ForbiddenFunctions"/>
3535
<rule ref="Generic.PHP.LowerCaseConstant"/>
3636
<rule ref="Generic.PHP.LowerCaseKeyword"/>
37+
<rule ref="Generic.PHP.LowerCaseType"/>
3738
<rule ref="Generic.Strings.UnnecessaryStringConcat">
3839
<properties>
3940
<property name="allowMultiline" value="true"/>

0 commit comments

Comments
 (0)