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 83e147a commit 476cf0aCopy full SHA for 476cf0a
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