Skip to content

Commit 6350e2e

Browse files
committedApr 22, 2025·
Minor tweaks
1 parent a2dd33b commit 6350e2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎routing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,13 +2837,14 @@ If you need to know the reason why a signed URI is invalid, you can use the
28372837

28382838
.. tip::
28392839

2840-
If ``symfony/clock`` is installed, it is used for creating and verifying the
2841-
expiration. This allows you to :ref:`mock the current time in your tests
2840+
If ``symfony/clock`` is installed, it will be used to create and verify
2841+
expirations. This allows you to :ref:`mock the current time in your tests
28422842
<clock_writing-tests>`.
28432843

28442844
.. versionadded:: 7.3
28452845

2846-
``symfony/clock`` support was added to ``UriSigner`` in Symfony 7.3.
2846+
Support for :doc:`Symfony Clock </components/clock>` in ``UriSigner`` was
2847+
introduced in Symfony 7.3.
28472848

28482849
Troubleshooting
28492850
---------------

0 commit comments

Comments
 (0)
Please sign in to comment.