Completed
Branch v1 (ffe92e)
by Julián
02:44
created
src/Adapter/Apns/ApnsAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Adapter/Gcm/GcmAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.