@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * |
75 | 75 | * @param array $tokens |
76 | 76 | * @param \Pushok\Payload $payload |
77 | - * @return void |
|
77 | + * @return \Pushok\ApnsResponseInterface[] |
|
78 | 78 | */ |
79 | 79 | protected function sendNotifications($tokens, $payload) |
80 | 80 | { |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * Store the responses from sending the push notification into the notifiable. |
94 | 94 | * |
95 | 95 | * @param $notifiable |
96 | - * @param $responses |
|
96 | + * @param \Pushok\ApnsResponseInterface[] $responses |
|
97 | 97 | */ |
98 | 98 | private function storeResponses($notifiable, $responses) |
99 | 99 | { |