File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 199
199
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment" />
200
200
<exclude name =" SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
201
201
<exclude name =" SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator" />
202
+ <exclude name =" SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceAfterArrayOpen" />
203
+ <exclude name =" SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceBeforeArrayClose" />
204
+ <exclude name =" SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />
202
205
</rule >
203
206
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
204
207
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
You can’t perform that action at this time.
0 commit comments