From ea6a3e2d546fcbc31063f81b64a9b60ef8925c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Sun, 31 Oct 2021 22:42:06 +0100 Subject: [PATCH] Fix example url --- http_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_client.rst b/http_client.rst index 8efbd4b3a41..295fe360f6d 100644 --- a/http_client.rst +++ b/http_client.rst @@ -1646,7 +1646,7 @@ the response, replace the current request by another one or change the chunk passthru itself. Checking the test cases implemented in -:class:`Symfony\\Component\\HttpClient\\Response\\Tests\\AsyncDecoratorTraitTest` +:class:`Symfony\\Component\\HttpClient\\Tests\\AsyncDecoratorTraitTest` might be a good start to get various working examples for a better understanding. Here are the use cases that it simulates: