You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When going through everything, I noticed that these two are essentially the same. If they are not (supposed to be), then maybe the difference between the two rules should be made clearer.
If they are, I suggest merging them into one rule.
Implied-if is for using && or || as a if-then-else statement.
buried assignation is for locating an assignation where one would expect only an argument.
When going through everything, I noticed that these two are essentially the same. If they are not (supposed to be), then maybe the difference between the two rules should be made clearer.
If they are, I suggest merging them into one rule.
https://github.com/dseguy/clearPHP/blob/master/rules/no-buried-assignation.md
https://github.com/dseguy/clearPHP/blob/master/rules/no-implied-if.md
The text was updated successfully, but these errors were encountered: