File tree
Expand file treeCollapse file tree1 file changed
+10
-0
lines changed Expand file treeCollapse file tree1 file changed
+10
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -2815,6 +2815,16 @@ argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
|
2815 | 2815 | Starting with Symfony 7.3, signed URI hashes no longer include the ``/`` or
|
2816 | 2816 | ``+`` characters, as these may cause issues with certain clients.
|
2817 | 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 | + |
2818 | 2828 | Troubleshooting
|
2819 | 2829 | ---------------
|
2820 | 2830 |
|
|
You can’t perform that action at this time.
0 commit comments