phpstan/phpstan-phpunit

`assertSame(NAN, ...)` should emit an error

mvorisek opened this issue · 0 comments

assertSame uses === php operator and NAN === NAN is false

we should advise to use assertNan