Skip to content

Commit 28b0d1a

Browse files
author
Vincent Langlet
committed
📚 Update doc
1 parent 597e3f7 commit 28b0d1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/standards.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ We mainly respect the [Symfony Standard](./symfony.md) but
3232

3333
- We do not currently check these rules:
3434

35-
- Always use identical comparison unless you need type juggling
3635
- Exception and error message strings must be concatenated using `sprintf`
3736
- Calls to `trigger_error` with type `E_USER_DEPRECATED` must be switched to opt-in via `@`operator
3837
- Do not use `else`, `elseif`, `break` after `if` and `case` conditions which return or throw something

docs/standards/symfony.md

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

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

35-
Not covered
35+
```
36+
<rule ref="Symfony3Custom.Formatting.StrictComparison" />
37+
```
3638

3739
- Use Yoda conditions when checking a variable against an expression
3840

0 commit comments

Comments
 (0)