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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments