File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ We mainly respect the [Symfony Standard](./symfony.md) but
32
32
33
33
- We do not currently check these rules:
34
34
35
- - Always use identical comparison unless you need type juggling
36
35
- Exception and error message strings must be concatenated using ` sprintf `
37
36
- Calls to ` trigger_error ` with type ` E_USER_DEPRECATED ` must be switched to opt-in via ` @ ` operator
38
37
- Do not use ` else ` , ` elseif ` , ` break ` after ` if ` and ` case ` conditions which return or throw something
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ We do not respect the exception of the concatenation (`.`) operator
32
32
33
33
- Always use identical comparison unless you need type juggling
34
34
35
- Not covered
35
+ ```
36
+ <rule ref="Symfony3Custom.Formatting.StrictComparison" />
37
+ ```
36
38
37
39
- Use Yoda conditions when checking a variable against an expression
38
40
You can’t perform that action at this time.
0 commit comments