phpstan / phpstan-strict-rules

Extra strict and opinionated rules for PHPStan
MIT License
605 stars 48 forks source link

Non-boolean in xor not reported #179

Open janedbal opened 2 years ago

janedbal commented 2 years ago

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.