Skip to content

Commit

Permalink
Fix namespace of DisallowEqualOperatorsSniff
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Feb 7, 2019
1 parent c510099 commit b2011fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ REMOVED:

FIXED:

## 1.1.1 - 2019-02-07

FIXED:

- `DisallowEqualOperatorsSniff` was moved to another namespace

## 1.1.0 - 2019-02-07

ADDED:
Expand Down
6 changes: 3 additions & 3 deletions src/WoohooLabs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
<!-- Forbid fancy yoda conditions -->
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>

<!-- Forbid weak comparisons -->
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEqualOperators"/>

<!-- Disallow useless else/elseif conditions -->
<rule ref="SlevomatCodingStandard.ControlStructures.EarlyExitSniff"/>

Expand Down Expand Up @@ -200,6 +197,9 @@
</properties>
</rule>

<!-- Forbid weak comparisons -->
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>

<!-- Forbid whitespace after the spread operator -->
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacingSniff"/>

Expand Down

0 comments on commit b2011fb

Please sign in to comment.