Skip to content

Commit e308af1

Browse files
authored
Broken ArgumentResolver links
Fixed the broken links
1 parent 55c462e commit e308af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/http_kernel_controller_resolver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ based on a Request object. All controller resolvers implement the following inte
6262

6363
The ``getArguments()`` method is deprecated as of Symfony 3.1. and will be
6464
removed in 4.0. You can use the
65-
:class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolver` which
66-
uses the :class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolverInterface`
65+
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver` which
66+
uses the :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`
6767
instead.
6868

6969
The ``getController()`` method relies on the same convention as the one we

0 commit comments

Comments
 (0)