Skip to content

Commit db70285

Browse files
committed
minor #9257 Fix 404 Not Found links (liviubalan)
This PR was submitted for the 3.3 branch but it was merged into the 3.4 branch instead (closes #9257). Discussion ---------- Fix 404 Not Found links Commits ------- 4d2ee16 Fix 404 Not Found links
2 parents 10f1e59 + 4d2ee16 commit db70285

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_kernel.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ This implementation is explained more in the sidebar below::
236236
.. caution::
237237

238238
The ``getArguments()`` method in the
239-
:class:`Symfony\\Component\\Httpkernel\\Controller\\ControllerResolver` and
239+
:class:`Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver` and
240240
respective interface
241-
:class:`Symfony\\Component\\Httpkernel\\Controller\\ControllerResolverInterface`
241+
:class:`Symfony\\Component\\HttpKernel\\Controller\\ControllerResolverInterface`
242242
are deprecated as of 3.1 and will be removed in 4.0. You can use the
243-
:class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolver` which
244-
uses the :class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolverInterface`
243+
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver` which
244+
uses the :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`
245245
instead.
246246

247247
Internally, the ``HttpKernel::handle()`` method first calls

0 commit comments

Comments
 (0)