From 7c2bf72ef57bbaebfe4162227f5aee725059b77e Mon Sep 17 00:00:00 2001 From: Michael COULLERET Date: Mon, 2 Jan 2017 12:45:02 +0100 Subject: [PATCH 1/2] Fix http_kernel Fixes bad links pointing to the HttpKernel api. --- components/http_kernel.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 886ae23c28a..07aeb303031 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -124,9 +124,9 @@ For general information on adding listeners to the events below, see .. caution:: - As of 3.1 the :class:`Symfony\\Component\\Httpkernel\\HttpKernel` accepts a + As of 3.1 the :class:`Symfony\\Component\\HttpKernel` accepts a fourth argument, which must be an instance of - :class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolverInterface`. + :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`. In 4.0 this argument will become mandatory. .. seealso:: From 25fdf232d255ad5ab77a49379f84c85299c04425 Mon Sep 17 00:00:00 2001 From: Michael COULLERET Date: Mon, 2 Jan 2017 13:15:05 +0100 Subject: [PATCH 2/2] Update http_kernel.rst Fix - wrong way --- components/http_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 07aeb303031..37ec7017465 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -124,7 +124,7 @@ For general information on adding listeners to the events below, see .. caution:: - As of 3.1 the :class:`Symfony\\Component\\HttpKernel` accepts a + 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.