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.
Squiz.NamingConventions.ValidVariableName.NotCamelCaps
1 parent 72cd85c commit b063e7fCopy full SHA for b063e7f
phpcs.xml.dist
@@ -27,6 +27,7 @@
27
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
28
<exclude name="Generic.NamingConventions.ConstructorName.OldStyle"/>
29
<exclude name="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
30
+ <exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
31
<exclude name="Generic.Files.LineLength.TooLong"/>
32
<!-- Can be removed with dropping support for PHP 7.3 -->
33
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/>
0 commit comments