Skip to content

Commit f684b59

Browse files
committed
bug #8511 Broken ArgumentResolver links (JohnstonCode)
This PR was merged into the 3.3 branch. Discussion ---------- Broken ArgumentResolver links Fixed the broken links Commits ------- e308af1 Broken ArgumentResolver links
2 parents f255e32 + e308af1 commit f684b59

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)