phpstan/phpstan-strict-rules

Non-boolean in xor not reported

janedbal opened this issue · 0 comments

Bug report

Only booleans are reported in or, but not in xor.

Code snippet that reproduces the problem

https://phpstan.org/r/eccd9f25-9c42-433d-9db4-a4d28fbfb278

Expected output

Boolean needed error.