From a750fd5f98448d3082ac89e718a7f12adce48b44 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 1 Feb 2023 10:30:17 +0100 Subject: [PATCH] remove versionadded directive for Symfony 5.2 --- http_client.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/http_client.rst b/http_client.rst index 127c689638f..360e9b3cfcc 100644 --- a/http_client.rst +++ b/http_client.rst @@ -1695,10 +1695,6 @@ has many safety checks that will throw a ``LogicException`` if the chunk passthru doesn't behave correctly; e.g. if a chunk is yielded after an ``isLast()`` one, or if a content chunk is yielded before an ``isFirst()`` one, etc. -.. versionadded:: 5.2 - - :class:`Symfony\\Component\\HttpClient\\AsyncDecoratorTrait` was introduced in Symfony 5.2. - Testing -------