@@ -204,7 +204,7 @@ |
||
204 | 204 | * @throws \InvalidArgumentException |
205 | 205 | * @throws \RuntimeException |
206 | 206 | * |
207 | - * @return \ZendService\Apple\Apns\Message |
|
207 | + * @return \Generator |
|
208 | 208 | */ |
209 | 209 | protected function getPushMessages(Notification $notification) |
210 | 210 | { |
@@ -139,7 +139,7 @@ |
||
139 | 139 | * @throws \InvalidArgumentException |
140 | 140 | * @throws \RuntimeException |
141 | 141 | * |
142 | - * @return \ZendService\Google\Gcm\Message |
|
142 | + * @return \Generator |
|
143 | 143 | */ |
144 | 144 | protected function getPushMessages(Notification $notification) |
145 | 145 | { |
@@ -171,7 +171,7 @@ |
||
171 | 171 | /** |
172 | 172 | * Retrieve result status message. |
173 | 173 | * |
174 | - * @return string|null |
|
174 | + * @return string |
|
175 | 175 | */ |
176 | 176 | public function getStatusMessage() |
177 | 177 | { |