You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #17749 Add note about ResponseInterface::toStream() (henrikac)
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()
0 commit comments