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 809a5f4 commit 2d1f7d0Copy full SHA for 2d1f7d0
ResponseInterface.php
@@ -74,7 +74,9 @@ public function getContent(bool $throw = true): string;
74
public function toArray(bool $throw = true): array;
75
76
/**
77
- * Cancels the response.
+ * Closes the response stream and all related buffers.
78
+ *
79
+ * No further chunk will be yielded after this method has been called.
80
*/
81
public function cancel(): void;
82
0 commit comments