Skip to content

Commit a6d7acb

Browse files
committed
Merge branch '5.0'
* 5.0: Fix typo
2 parents b8a58b9 + 1c68fad commit a6d7acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ Native PHP Streams
865865

866866
Responses implementing :class:`Symfony\\Contracts\\HttpClient\\ResponseInterface`
867867
can be cast to native PHP streams with
868-
:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource``.
868+
:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource`.
869869
This allows using them where native PHP streams are needed::
870870

871871
use Symfony\Component\HttpClient\HttpClient;

0 commit comments

Comments
 (0)