Skip to content

Commit 262732e

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fixes typo Fix broken link for UriSigner::sign method
2 parents 38e9b4e + 1709d64 commit 262732e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ The default behavior for browser channel notifications is to add a
922922
However, you might prefer to map the importance level of the notification to the
923923
type of flash message, so you can tweak their style.
924924

925-
you can do that by overriding the default ``notifier.flash_message_importance_mapper``
925+
You can do that by overriding the default ``notifier.flash_message_importance_mapper``
926926
service with your own implementation of
927927
:class:`Symfony\\Component\\Notifier\\FlashMessage\\FlashMessageImportanceMapperInterface`
928928
where you can provide your own "importance" to "alert level" mapping.

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)