@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | * @param \Pushok\Client $client |
83 | 83 | * @param \NotificationChannels\Apn\ApnMessage $message |
84 | 84 | * @param array $tokens |
85 | - * @return array |
|
85 | + * @return \Pushok\ApnsResponseInterface[] |
|
86 | 86 | */ |
87 | 87 | protected function sendNotifications(Client $client, ApnMessage $message, array $tokens) |
88 | 88 | { |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | /** |
97 | 97 | * Dispatch failed events for notifications that weren't delivered. |
98 | 98 | * |
99 | - * @param array $responses |
|
99 | + * @param \Pushok\ApnsResponseInterface[] $responses |
|
100 | 100 | * @return void |
101 | 101 | */ |
102 | 102 | protected function dispatchEvents(array $responses) |