Skip to content
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 controller/argument_value_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Symfony ships with the following value resolvers in the
works like :doc:`autowiring </service_container/autowiring>`.

:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver`
Injects the configured session class extending ``SessionInterface`` if
type-hinted with ``SessionInterface`` or a class extending
Injects the configured session class implementing ``SessionInterface`` if
type-hinted with ``SessionInterface`` or a class implementing
``SessionInterface``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javiereguiluz Do you have an idea what the second part of the sentence (starting with "or") is supposed to express? I do not really see how this add more information.


:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver`
Expand Down