File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 27
27
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment" />
28
28
</rule >
29
29
30
- <rule ref =" Squiz.Arrays.ArrayDeclaration" >
31
- <!-- Disable arrow alignment -->
32
- <exclude name =" Squiz.Arrays.ArrayDeclaration.DoubleArrowNotAligned" />
33
- <!-- Uses indentation of only single space -->
34
- <exclude name =" Squiz.Arrays.ArrayDeclaration.KeyNotAligned" />
35
- <!-- Allow multiple values on a single line -->
36
- <exclude name =" Squiz.Arrays.ArrayDeclaration.SingleLineNotAllowed" />
37
- <!-- Disable alignment of braces -->
38
- <exclude name =" Squiz.Arrays.ArrayDeclaration.CloseBraceNotAligned" />
39
- <!-- Disable alignment of values with opening brace -->
40
- <exclude name =" Squiz.Arrays.ArrayDeclaration.ValueNotAligned" />
41
- <!-- Checked by SlevomatCodingStandard.Arrays.TrailingArrayComma.MissingTrailingComma -->
42
- <exclude name =" Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast" />
43
- <exclude name =" Squiz.Arrays.ArrayDeclaration.NoComma" />
44
- </rule >
45
-
46
30
<rule ref =" SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement" />
47
31
<rule ref =" SlevomatCodingStandard.Classes.ClassStructure" >
48
32
<properties >
You can’t perform that action at this time.
0 commit comments