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