We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c462e commit e308af1Copy full SHA for e308af1
create_framework/http_kernel_controller_resolver.rst
@@ -62,8 +62,8 @@ based on a Request object. All controller resolvers implement the following inte
62
63
The ``getArguments()`` method is deprecated as of Symfony 3.1. and will be
64
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`
+ :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver` which
+ uses the :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`
67
instead.
68
69
The ``getController()`` method relies on the same convention as the one we
0 commit comments