File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ REMOVED:
88
99FIXED:
1010
11+ ## 1.1.2 - 2019-02-07
12+
13+ REMOVED:
14+
15+ - Check for early exit
16+
1117## 1.1.1 - 2019-02-07
1218
1319FIXED:
Original file line number Diff line number Diff line change 133133 <!-- Forbid fancy yoda conditions -->
134134 <rule ref =" SlevomatCodingStandard.ControlStructures.DisallowYodaComparison" />
135135
136- <!-- Disallow useless else/elseif conditions -->
137- <rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExitSniff" />
138-
139136 <!-- Require language constructs without parentheses -->
140137 <rule ref =" SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses" />
141138
201198 <rule ref =" SlevomatCodingStandard.Operators.DisallowEqualOperators" />
202199
203200 <!-- Forbid whitespace after the spread operator -->
204- <rule ref =" SlevomatCodingStandard.Operators.SpreadOperatorSpacingSniff " />
201+ <rule ref =" SlevomatCodingStandard.Operators.SpreadOperatorSpacing " />
205202
206203 <!-- Forbid `list(...)` syntax -->
207204 <rule ref =" SlevomatCodingStandard.PHP.ShortList" />
You can’t perform that action at this time.
0 commit comments