You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the phpstan update to 1.7.0, assertSame throws an error when used with symfonys Response::HTTP_*constants. As the error only appears forassertSamecalls and not others e.g.assertEquals` I think the error may lay in this extension instead of in phpstan itself.
Error message
Parameter #1 $expected of method PHPUnit\Framework\Assert::assertSame() contains unresolvable type.