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 c9d60d4 commit 8a286b9Copy full SHA for 8a286b9
HDNET-Black/ruleset.xml
@@ -82,6 +82,8 @@
82
<rule ref="Zend.NamingConventions.ValidVariableName">
83
<!-- Konflikt mit Squiz.WhiteSpace.FunctionSpacing.After -->
84
<exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/>
85
+ <!-- Konflikt mit json_decode zugriffen -->
86
+ <exclude name="Zend.NamingConventions.ValidVariableName.NotCamelCaps"/>
87
</rule>
88
<rule ref="Generic.Classes.DuplicateClassName"/>
89
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
0 commit comments