Skip to content

Commit e214375

Browse files
committed
minor #16050 [HttpClient] Fix example url (mabar)
This PR was merged into the 5.3 branch. Discussion ---------- [HttpClient] Fix example url https://github.com/symfony/symfony/blob/5.3/src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php Commits ------- ea6a3e2 Fix example url
2 parents 37cf7ce + ea6a3e2 commit e214375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ the response, replace the current request by another one or change the chunk
16461646
passthru itself.
16471647

16481648
Checking the test cases implemented in
1649-
:class:`Symfony\\Component\\HttpClient\\Response\\Tests\\AsyncDecoratorTraitTest`
1649+
:class:`Symfony\\Component\\HttpClient\\Tests\\AsyncDecoratorTraitTest`
16501650
might be a good start to get various working examples for a better understanding.
16511651
Here are the use cases that it simulates:
16521652

0 commit comments

Comments
 (0)