You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15131 [Notifier] Remove SentMessage paragraph (jschaedl)
This PR was merged into the 5.2 branch.
Discussion
----------
[Notifier] Remove SentMessage paragraph
The Notifier's `send` method does not return a `SentMessage` object: https://github.com/symfony/symfony/blob/5.2/src/Symfony/Component/Notifier/NotifierInterface.php#L26
Only the Chatter and Texter classes `send` methods return a `SendMessage`.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
7bbfe94 Remove SentMessage paragraph
0 commit comments