phpstan-src
phpstan-src copied to clipboard
Added a rule to check for always true / false result of boolean-xor operations
closes https://github.com/phpstan/phpstan/issues/7539
Adapted the rule from the BooleanOrConstantConditionRule
not sure what's going on with the remaining 2 failed actions there, if there's something i need to do let me know
Oh and I forgot - this new rule has to be registered only in bleedingEdge using the conditionalTags section. (There's plenty of examples for this in conf/).