From 51a7480fe4106a17ed88e9e990f74e8c971986ef Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 18 Jun 2024 16:00:26 +0200 Subject: [PATCH] [FrameworkBundle] Remove an unneeded versionadded directive --- reference/configuration/framework.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index d3ddfc3e472..8fe6c6e637b 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1236,10 +1236,6 @@ retry_failed **type**: ``array`` -.. versionadded:: 5.2 - - The ``retry_failed`` option was introduced in Symfony 5.2. - This option configures the behavior of the HTTP client when some request fails, including which types of requests to retry and how many times. The behavior is defined with the following options: