From 0e7a1ec3babcbaae53c0d24a0cdbc12c3afff9ef Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Wed, 25 Dec 2019 15:20:06 +0100 Subject: [PATCH] Update argument_value_resolver.rst --- controller/argument_value_resolver.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/argument_value_resolver.rst b/controller/argument_value_resolver.rst index 703a2736ae7..a32166778ee 100644 --- a/controller/argument_value_resolver.rst +++ b/controller/argument_value_resolver.rst @@ -32,8 +32,8 @@ Symfony ships with the following value resolvers in the works like :doc:`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``. :class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver`