Menu
← Back to all error identifiers
Error Identifiers: equal.*
There are 4 error identifiers in the equal.* group:
-
Loose comparison using == will always evaluate to false.
-
Loose comparison using == will always evaluate to true.
-
Loose comparison between incompatible types causes a TypeError.
-
equal.notAllowed phpstan-strict-rulesLoose comparison using == is not allowed by strict rules.