Skip to content

Commit 1709d64

Browse files
committed
minor #19932 [Routing] Fix broken link for UriSigner::sign method (JeanDavidDaviet)
This PR was merged into the 7.1 branch. Discussion ---------- [Routing] Fix broken link for UriSigner::sign method Minor change from :phpmethod: into :method: causing a 404 link on the documentation page. Commits ------- 69c39f5 Fix broken link for UriSigner::sign method
2 parents b50894f + 69c39f5 commit 1709d64

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)