Skip to content

Broken ArgumentResolver links #8511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions create_framework/http_kernel_controller_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ based on a Request object. All controller resolvers implement the following inte

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

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