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.
2 parents 83e147a + 476cf0a commit 994f741Copy full SHA for 994f741
PHPCSDev/ruleset.xml
@@ -131,6 +131,9 @@
131
####################################################################
132
-->
133
134
+ <!-- Enforce short array syntax. -->
135
+ <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
136
+
137
<!-- Use normalized array indentation. -->
138
<rule ref="Generic.Arrays.ArrayIndent"/>
139
<rule ref="Squiz.Arrays.ArrayDeclaration"/>
0 commit comments