File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ REMOVED:
88
99FIXED:
1010
11+ ## 1.1.1 - 2019-02-07
12+
13+ FIXED:
14+
15+ - ` DisallowEqualOperatorsSniff ` was moved to another namespace
16+
1117## 1.1.0 - 2019-02-07
1218
1319ADDED:
Original file line number Diff line number Diff line change 133133 <!-- Forbid fancy yoda conditions -->
134134 <rule ref =" SlevomatCodingStandard.ControlStructures.DisallowYodaComparison" />
135135
136- <!-- Forbid weak comparisons -->
137- <rule ref =" SlevomatCodingStandard.ControlStructures.DisallowEqualOperators" />
138-
139136 <!-- Disallow useless else/elseif conditions -->
140137 <rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExitSniff" />
141138
200197 </properties >
201198 </rule >
202199
200+ <!-- Forbid weak comparisons -->
201+ <rule ref =" SlevomatCodingStandard.Operators.DisallowEqualOperators" />
202+
203203 <!-- Forbid whitespace after the spread operator -->
204204 <rule ref =" SlevomatCodingStandard.Operators.SpreadOperatorSpacingSniff" />
205205
You can’t perform that action at this time.
0 commit comments