8000 minor #7308 [Fix][httpKernel] Wrong links (20uf) · Guikingone/symfony-docs@152fd70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 152fd70

Browse files
committed
minor symfony#7308 [Fix][httpKernel] Wrong links (20uf)
This PR was submitted for the 3.2 branch but it was merged into the 3.1 branch instead (closes symfony#7308). Discussion ---------- [Fix][httpKernel] Wrong links Hello here, ### Problem Fixes bad links pointing to the HttpKernel api. http://symfony.com/doc/current/components/http_kernel.html#the-kernel-request-event Happy New Year ! Commits ------- 3992434 [Fix][httpKernel] Wrong links
2 parents 0b4058d + 3992434 commit 152fd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ For general information on adding listeners to the events below, see
124124

125125
.. caution::
126126

127-
As of 3.1 the :class:`Symfony\\Component\\Httpkernel\\HttpKernel` accepts a
127+
As of 3.1 the :class:`Symfony\\Component\\HttpKernel\\HttpKernel` accepts a
128128
fourth argument, which must be an instance of
129-
:class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolverInterface`.
129+
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`.
130130
In 4.0 this argument will become mandatory.
131131

132132
.. seealso::

0 commit comments

Comments
 (0)
0