Skip to content

Commit 9fcad42

Browse files
committed
Merge branch '5.0'
* 5.0: Update argument_value_resolver.rst
2 parents 704e149 + 63bb6ed commit 9fcad42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/argument_value_resolver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Symfony ships with the following value resolvers in the
3232
works like :doc:`autowiring </service_container/autowiring>`.
3333

3434
: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
35+
Injects the configured session class implementing ``SessionInterface`` if
36+
type-hinted with ``SessionInterface`` or a class implementing
3737
``SessionInterface``.
3838

3939
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver`

0 commit comments

Comments
 (0)