Skip to content

Commit 1c68fad

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix typo
2 parents 3229346 + c59a2de commit 1c68fad

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)