We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b12b35 + 78ec303 commit 63bb6edCopy full SHA for 63bb6ed
controller/argument_value_resolver.rst
@@ -32,8 +32,8 @@ Symfony ships with the following value resolvers in the
32
works like :doc:`autowiring </service_container/autowiring>`.
33
34
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver`
35
- Injects the configured session class extending ``SessionInterface`` if
36
- type-hinted with ``SessionInterface`` or a class extending
+ Injects the configured session class implementing ``SessionInterface`` if
+ type-hinted with ``SessionInterface`` or a class implementing
37
``SessionInterface``.
38
39
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver`
0 commit comments