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
if ($response !== ($stack[1]['object'] ?? null)) {
56
+
return$response->toStream(false);
57
+
}
58
+
}
59
+
52
60
if (null === $client && !method_exists($response, 'stream')) {
53
61
thrownew \InvalidArgumentException(sprintf('Providing a client to "%s()" is required when the response doesn\'t have any "stream()" method.', __CLASS__));
0 commit comments