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 stream_get_contents method is expected to return a string or false. However, PHPStan reports that a strict comparison === false after calling this function will always evaluate to false, as if the false case were not possible.