Skip to content

Commit 53db051

Browse files
committed
Minor tweak
1 parent 685a93a commit 53db051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

controller/value_resolver.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ Symfony ships with the following value resolvers in the
9696

9797
.. tip::
9898

99-
The ``DateTimeInterface`` object is generated with the :doc:`Clock component </components/clock>`,
100-
which means you can have full control over the date and time values the controller receives when
101-
testing your application. This can be achieved by using the
102-
:class:`Symfony\\Component\\Clock\\MockClock` implementation in your test environment.
99+
The ``DateTimeInterface`` object is generated with the :doc:`Clock component </components/clock>`.
100+
This. gives your full control over the date and time values the controller
101+
receives when testing your application and using the
102+
:class:`Symfony\\Component\\Clock\\MockClock` implementation.
103103

104104
.. versionadded:: 6.1
105105

0 commit comments

Comments
 (0)