Merge branch '4.3' into 4.4

* 4.3:
  fix merge
This commit is contained in:
Nicolas Grekas 2019-09-20 12:12:04 +02:00
commit 13640b9422

View File

@ -74,7 +74,9 @@ interface ResponseInterface
public function toArray(bool $throw = true): array; public function toArray(bool $throw = true): array;
/** /**
* Cancels the response. * Closes the response stream and all related buffers.
*
* No further chunk will be yielded after this method has been called.
*/ */
public function cancel(): void; public function cancel(): void;