From 9987eddbb02728bbea0523d0704f7d5f0d937d0e Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Wed, 18 Jan 2023 18:14:09 +0100 Subject: [PATCH] [HttpKernel] Remove old caution from Symony <4 --- components/http_kernel.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 5108f1db35b..3cc8059f5e6 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -136,13 +136,6 @@ See ":ref:`http-kernel-working-example`" for a more concrete implementation. For general information on adding listeners to the events below, see :ref:`http-kernel-creating-listener`. -.. caution:: - - As of 3.1 the :class:`Symfony\\Component\\HttpKernel\\HttpKernel` accepts a - fourth argument, which must be an instance of - :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`. - In 4.0 this argument will become mandatory. - .. seealso:: There is a wonderful tutorial series on using the HttpKernel component and