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 0286fe2 commit 761210eCopy full SHA for 761210e
CodeatCodingStandard/ruleset.xml
@@ -202,6 +202,7 @@
202
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceAfterArrayOpen"/>
203
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceBeforeArrayClose"/>
204
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder"/>
205
+ <exclude name="SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed.DisallowedPartiallyKeyed"/>
206
</rule>
207
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
208
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
0 commit comments