8000 Added instance · linaori/symfony-docs@8d30575 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d30575

Browse files
author
Iltar van der Berg
committed
Added instance
1 parent 55a87b5 commit 8d30575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/controller/argument_value_resolver.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ This interface specifies that you have to implement two methods::
7878
is resolved, you must `yield`_ the value to the ``ArgumentResolver``.
7979

8080
Both methods get the ``Request`` object, which is the current request, and an
81-
:class:`Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata`.
82-
This object contains all information retrieved from the method signature for
83-
the current argument.
81+
:class:`Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata`
82+
instance. This object contains all information retrieved from the method signature
83+
for the current argument.
8484

8585
.. note::
8686

0 commit comments

Comments
 (0)
0