File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 93
93
</properties >
94
94
</rule >
95
95
<rule ref =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment" />
96
+ <rule ref =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing" >
97
+ <properties >
98
+ <property name =" linesCountAfterWhenLastInCaseOrDefault" value =" 0" />
99
+ <property name =" linesCountAfterWhenLastInLastCaseOrDefault" value =" 0" />
100
+ <property name =" tokensToCheck" type =" array" >
101
+ <element value =" T_GOTO" />
102
+ <element value =" T_BREAK" />
103
+ <element value =" T_CONTINUE" />
104
+ <element value =" T_RETURN" />
105
+ <element value =" T_THROW" />
106
+ <element value =" T_YIELD" />
107
+ <element value =" T_YIELD_FROM" />
108
+ </property >
109
+ </properties >
110
+ </rule >
96
111
<rule ref =" SlevomatCodingStandard.Files.LineLength" />
97
112
98
113
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing" >
You can’t perform that action at this time.
0 commit comments