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
Either no change should be made, or a return of null should be added, instead of mixed.
Mixed causes a PHPStan issue, as the return type is incorrect. A return type of null would be (more) correct here.