File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 78
78
<rule ref =" PSR2.Namespaces.UseDeclaration" />
79
79
<rule ref =" SlevomatCodingStandard.Arrays.TrailingArrayComma" />
80
80
<rule ref =" SlevomatCodingStandard.Classes.ClassConstantVisibility" />
81
+ <rule ref =" SlevomatCodingStandard.Classes.EmptyLinesAroundClassBraces" />
81
82
<rule ref =" SlevomatCodingStandard.Classes.UnusedPrivateElements" />
82
83
<rule ref =" SlevomatCodingStandard.Commenting.EmptyComment" />
83
84
<rule ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" />
94
95
<rule ref =" SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" >
95
96
<properties >
96
97
<property name =" caseSensitive" value =" true" />
98
+ <property name =" psr12Compatible" value =" false" />
97
99
</properties >
98
100
</rule >
99
101
<rule ref =" SlevomatCodingStandard.Namespaces.DisallowGroupUse" />
148
150
</rule >
149
151
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing" />
150
152
<rule ref =" SlevomatCodingStandard.TypeHints.UselessConstantTypeHint" />
151
- <rule ref =" SlevomatCodingStandard.Types.EmptyLinesAroundTypeBraces" />
152
153
<rule ref =" Squiz.Arrays.ArrayBracketSpacing" >
153
154
<exclude name =" Squiz.Arrays.ArrayBracketSpacing.SpaceBeforeBracket" /><!-- does not handle nested array access across multiple lines -->
154
155
</rule >
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ~7.1" ,
15
15
"squizlabs/php_codesniffer" : " ~3.4.0" ,
16
- "slevomat/coding-standard" : " ~4.7 "
16
+ "slevomat/coding-standard" : " ~5.0 "
17
17
},
18
18
"require-dev" : {
19
19
"jakub-onderka/php-console-highlighter" : " 0.4" ,
You can’t perform that action at this time.
0 commit comments