Merge branch '4.4'

* 4.4:
  fix merge
This commit is contained in:
Nicolas Grekas 2019-09-20 12:14:07 +02:00
commit a0ff8c12e3

View File

@ -74,7 +74,9 @@ interface ResponseInterface
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;