Menu
← Back to all error identifiers
Error Identifiers: notEqual.*
There are 4 error identifiers in the notEqual.* group:
-
Loose comparison using != always evaluates to false.
-
Loose comparison using != always evaluates to true.
-
Loose comparison using != between incompatible types results in an error.
-
notEqual.notAllowed phpstan-strict-rulesLoose comparison via != is not allowed by strict rules.