@@ -10,5 +10,8 @@ |
||
10 | 10 | |
11 | 11 | interface ChannelInterface |
12 | 12 | { |
13 | + /** |
|
14 | + * @return void |
|
15 | + */ |
|
13 | 16 | public function send(NotifiableInterface $recipient, NotificationInterface $notification); |
14 | 17 | } |
15 | 18 | \ No newline at end of file |
@@ -71,7 +71,7 @@ |
||
71 | 71 | $recipients = [$recipients]; |
72 | 72 | } |
73 | 73 | |
74 | - if (!is_array($notifications)){ |
|
74 | + if (!is_array($notifications)) { |
|
75 | 75 | /** |
76 | 76 | * @var $notifications NotificationInterface[] |
77 | 77 | */ |