diff --git a/controller/value_resolver.rst b/controller/value_resolver.rst index 3e888793c15..08ba5f3eb72 100644 --- a/controller/value_resolver.rst +++ b/controller/value_resolver.rst @@ -106,7 +106,7 @@ Symfony ships with the following value resolvers in the .. tip:: The ``DateTimeInterface`` object is generated with the :doc:`Clock component `. - This. gives your full control over the date and time values the controller + This gives you full control over the date and time values the controller receives when testing your application and using the :class:`Symfony\\Component\\Clock\\MockClock` implementation.