phpstan / phpstan-doctrine

Doctrine extensions for PHPStan
MIT License
595 stars 97 forks source link

Fix unary minus test #585

Closed janedbal closed 4 months ago

janedbal commented 4 months ago

Fix mistake in #580, it was not testing all the newly added condition branches.

ondrejmirtes commented 4 months ago

Yes, this makes sense now :) When I saw code about negative numbers and I didn't see any negative numbers in the tests, it was suspicious.