From 56ab079c3a467a1349e4aeda51eb108581e707ce Mon Sep 17 00:00:00 2001 From: Simo Heinonen Date: Thu, 19 Sep 2024 16:48:18 +0300 Subject: [PATCH] Update value_resolver.rst --- controller/value_resolver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/value_resolver.rst b/controller/value_resolver.rst index 3e888793c15..ed0b856b442 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 your full control over the date and time values the controller receives when testing your application and using the :class:`Symfony\\Component\\Clock\\MockClock` implementation.