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
@@ -285,10 +289,6 @@ private function getStream($stream): StreamInterface
285
289
return$stream;
286
290
}
287
291
288
-
if (!\is_string($stream) && !\is_resource($stream)) {
289
-
thrownewInvalidArgumentException('Stream must be a string stream resource identifier, an actual stream resource, or a Psr\Http\Message\StreamInterface implementation');
0 commit comments