Skip to content

Commit 69c39f5

Browse files
Fix broken link for UriSigner::sign method
1 parent f479e01 commit 69c39f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ service, which you can inject in your services or controllers::
26972697
For security reasons, it's common to make signed URIs expire after some time
26982698
(e.g. when using them to reset user credentials). By default, signed URIs don't
26992699
expire, but you can define an expiration date/time using the ``$expiration``
2700-
argument of :phpmethod:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
2700+
argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
27012701

27022702
// src/Service/SomeService.php
27032703
namespace App\Service;

0 commit comments

Comments
 (0)