8000 Merge branch '4.3' into 4.4 · symfony/symfony@13640b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13640b9

Browse files
Merge branch '4.3' into 4.4
* 4.3: fix merge
2 parents bbf2ae5 + b4e2ba2 commit 13640b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Contracts/HttpClient/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)
0