Skip to content

Commit a17b98a

Browse files
author
Vincent Langlet
committed
✨ Remove comparisonOperator (temporally ?)
1 parent 08f0a65 commit a17b98a

File tree

5 files changed

+1
-202
lines changed

5 files changed

+1
-202
lines changed

Symfony3Custom/Sniffs/Operators/ComparisonOperatorUsageSniff.php

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

Symfony3Custom/Tests/Operators/ComparisonOperatorUsageUnitTest.inc

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

Symfony3Custom/Tests/Operators/ComparisonOperatorUsageUnitTest.inc.fixed

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

Symfony3Custom/Tests/Operators/ComparisonOperatorUsageUnitTest.php

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

docs/standards/symfony.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ We do not respect the exception of the concatenation (`.`) operator
3232

3333
- Always use identical comparison unless you need type juggling
3434

35-
```
36-
<rule ref="Symfony3Custom.Operators.ComparisonOperatorUsage" />
37-
```
35+
Not covered
3836

3937
- Use Yoda conditions when checking a variable against an expression
4038

0 commit comments

Comments
 (0)