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
The resolving of @phpstan-assert-if-true can be related with #11289.
@phpstan-assert and @phpstan-assert-if-true is working quite differently, please correct me wrong, but as long as the return type is always truthy, both should narrow the type the same.