We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b125d5 commit 005de74Copy full SHA for 005de74
IxDFCodingStandard/ruleset.xml
@@ -403,6 +403,7 @@
403
<rule ref="Squiz.Classes.ClassFileName"/><!-- Forbid class being in a file with different name -->
404
<rule ref="Squiz.Operators.ValidLogicalOperators"/><!-- Forbid `AND` and `OR`, require `&&` and `||` -->
405
<rule ref="Squiz.NamingConventions.ValidVariableName"><!-- Force camelCase variables -->
406
+ <exclude name="Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps"/><!-- Eloquent attributes -->
407
<exclude name="Squiz.NamingConventions.ValidVariableName.PrivateNoUnderscore" />
408
</rule>
409
<rule ref="Squiz.PHP.GlobalKeyword"/><!-- Forbid `global` -->
0 commit comments