Completed
Branch 2.x (d034bb)
by Julián
11:57
created
src/Adapter/ApnsAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Adapter/FcmAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.