Commit 0392085
committed
minor #17749 Add note about
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Add note about `ResponseInterface::toStream()`
The docs for `HttpClient` mentions that [Symfony\Contracts\HttpClient\ResponseInterface](https://github.com/symfony/http-client-contracts/blob/main/ResponseInterface.php) provides a method `toStream` but looking at the source code one can see that this is not the case.
This PR removes the mention of `Symfony\Contracts\HttpClient\ResponseInterface::toStream` from the docs.
Commits
-------
e84e3e8 add note about ->toStream()ResponseInterface::toStream() (henrikac)1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
1016 | 1020 | | |
1017 | 1021 | | |
1018 | 1022 | | |
| |||
0 commit comments