Skip to content

Commit 8f6df6d

Browse files
committed
Use Slevomat.Operators.DisallowEqualOperators instead of IdenticalComparison
1 parent efb2975 commit 8f6df6d

File tree

4 files changed

+2
-138
lines changed

4 files changed

+2
-138
lines changed

Symfony/Sniffs/ControlStructure/IdenticalComparisonSniff.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

Symfony/Tests/ControlStructure/IdenticalComparisonUnitTest.inc

Lines changed: 0 additions & 9 deletions
This file was deleted.

Symfony/Tests/ControlStructure/IdenticalComparisonUnitTest.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

Symfony/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@
112112
<rule ref="Symfony.Commenting.ClassComment.SpacingBeforeTags">
113113
<message>There should always be a description, followed by a blank line, before the tags of a class comment.</message>
114114
</rule>
115+
116+
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
115117
</ruleset>

0 commit comments

Comments
 (0)