@@ -263,7 +263,7 @@ |
||
| 263 | 263 | * |
| 264 | 264 | * @throws \ZendService\Apple\Exception\RuntimeException |
| 265 | 265 | * |
| 266 | - * @return \Generator|\ZendService\Apple\Apns\Message[] |
|
| 266 | + * @return \Generator |
|
| 267 | 267 | */ |
| 268 | 268 | protected function getPushMessage(Notification $notification) |
| 269 | 269 | { |
@@ -229,7 +229,7 @@ |
||
| 229 | 229 | * @throws \ZendService\Google\Exception\InvalidArgumentException |
| 230 | 230 | * @throws \ZendService\Google\Exception\RuntimeException |
| 231 | 231 | * |
| 232 | - * @return \Generator|\ZendService\Google\Gcm\Message[] |
|
| 232 | + * @return \Generator |
|
| 233 | 233 | */ |
| 234 | 234 | protected function getPushMessage(Notification $notification) |
| 235 | 235 | { |