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
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/CHANGELOG.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ CHANGELOG
14
14
* The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`.
15
15
* The `EmailRecipient` and `SmsRecipient` was introduced
16
16
*[BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`, `Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to `RecipientInterface`.
17
-
*[BC BREAK] Changed the type-hint of the `$recipient` argument in the static `fromNotification()` factory methods in `EmailMessage` and `SmsMessage` to `EmailRecipientInterface` and `SmsRecipientInterface`.
18
17
* Changed `EmailChannel` to only support recipients which implement the `EmailRecipientInterface`.
19
18
* Changed `SmsChannel` to only support recipients which implement the `SmsRecipientInterface`.
0 commit comments