File tree 1 file changed +2
-18
lines changed
1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<!-- PSR2.Methods -->
7
7
<rule ref =" PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose" />
8
-
9
- <!-- SlevomatCodingStandard.Classes -->
10
- <rule ref =" SlevomatCodingStandard.Classes.ClassStructure" >
11
- <properties >
12
- <property name =" groups" type =" array" >
13
- <element value =" uses" />
14
- <element value =" enum cases" />
15
- <element value =" public constants" />
16
- <element value =" constants" />
17
- <element value =" properties" />
18
- <element value =" constructor" />
19
- <!-- We cant order by public/protected methods yet as it would
20
- make PHPUnit setup() drift to bottom. Wait until resolved:
21
- https://github.com/slevomat/coding-standard/issues/1098 -->
22
- <element value =" methods" />
23
- </property >
24
- </properties >
25
- </rule >
8
+
9
+ <rule ref =" SlevomatCodingStandard.TypeHints.ClassConstantTypeHint" />
26
10
27
11
<rule ref =" SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature" >
28
12
<properties >
You can’t perform that action at this time.
0 commit comments