We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
symfony/clock
UriSigner
1 parent 50c531c commit 5482c82Copy full SHA for 5482c82
routing.rst
@@ -2815,6 +2815,16 @@ argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
2815
Starting with Symfony 7.3, signed URI hashes no longer include the ``/`` or
2816
``+`` characters, as these may cause issues with certain clients.
2817
2818
+.. tip::
2819
+
2820
+ If ``symfony/clock`` is installed, it is used for creating and verifying the
2821
+ expiration. This allows you to :ref:`mock the current time in your tests
2822
+ <clock_writing-tests>`.
2823
2824
+.. versionadded:: 7.3
2825
2826
+ ``symfony/clock`` support was added to ``UriSigner`` in Symfony 7.3.
2827
2828
Troubleshooting
2829
---------------
2830
0 commit comments