Skip to content

Commit 54c98ca

Browse files
committed
minor #17537 [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification (ker0x)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Add `PushNotificationInterface` to the list of interfaces to customize a notification Commits ------- 4ceb773 [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
2 parents 2f49124 + 4ceb773 commit 54c98ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: notifier.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,10 @@ and its ``asChatMessage()`` method::
724724
}
725725

726726
The
727-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
728-
and
727+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
729728
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
729+
and
730+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
730731
also exists to modify messages sent to those channels.
731732

732733
Disabling Delivery

0 commit comments

Comments
 (0)