File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ CHANGELOG
7
7
* [ BC BREAK] The ` TransportInterface::send() ` and ` AbstractTransport::doSend() ` methods changed to return a ` ?SentMessage ` instance instead of ` void ` .
8
8
* Added the Zulip notifier bridge
9
9
* The ` EmailRecipientInterface ` and ` RecipientInterface ` were introduced.
10
- * Added ` email ` and and ` phone ` properties to ` Recipient ` .
11
- * [ BC BREAK] Changed the type-hint of the ` $recipient ` argument in the ` as*Message() `
12
- of the ` EmailNotificationInterface ` and ` SmsNotificationInterface ` to ` EmailRecipientInterface `
10
+ * Added ` email ` and ` phone ` properties to ` Recipient ` .
11
+ * [ BC BREAK] Changed the type-hint of the ` $recipient ` argument in the ` as*Message() ` method
12
+ of ` EmailNotificationInterface ` and ` SmsNotificationInterface ` to ` EmailRecipientInterface `
13
13
and ` SmsRecipientInterface ` .
14
14
* [ BC BREAK] Removed the ` AdminRecipient ` .
15
15
* The ` EmailRecipientInterface ` and ` SmsRecipientInterface ` now extend the ` RecipientInterface ` .
You can’t perform that action at this time.
0 commit comments