Skip to content

Commit 2d1f7d0

Browse files
fix merge
1 parent 809a5f4 commit 2d1f7d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ResponseInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ public function getContent(bool $throw = true): string;
7474
public function toArray(bool $throw = true): array;
7575

7676
/**
77-
* Cancels the response.
77+
* Closes the response stream and all related buffers.
78+
*
79+
* No further chunk will be yielded after this method has been called.
7880
*/
7981
public function cancel(): void;
8082

0 commit comments

Comments
 (0)