We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0c327 commit 1065a1eCopy full SHA for 1065a1e
Response/AsyncResponse.php
@@ -123,6 +123,9 @@ public function getInfo(string $type = null): mixed
123
return $this->info + $this->response->getInfo();
124
}
125
126
+ /**
127
+ * @return resource
128
+ */
129
public function toStream(bool $throw = true)
130
{
131
if ($throw) {
Response/CommonResponseTrait.php
@@ -100,6 +100,9 @@ public function toArray(bool $throw = true): array
100
return $content;
101
102
103
104
105
106
107
108
0 commit comments