Skip to content

Commit 6013e1d

Browse files
Merge branch '4.3' into 4.4
* 4.3: fix merge
2 parents 2340b78 + 2d1f7d0 commit 6013e1d

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)