Completed
Push — master ( 27cbcc...3c4357 )
by Julián
02:30
created
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.
src/Adapter/Apns/ApnsAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
      *
259 259
      * @param \ZendService\Apple\Exception\RuntimeException $exception
260 260
      *
261
-     * @return string
261
+     * @return integer
262 262
      */
263 263
     protected function getErrorCodeFromException(ApnsRuntimeException $exception)
264 264
     {
Please login to merge, or discard this patch.
src/Adapter/Gcm/GcmMessage.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 
10 10
 namespace Jgut\Tify\Service\Message;
11 11
 
12
-use Zend\Json\Json;
13 12
 use ZendService\Google\Exception\InvalidArgumentException;
14 13
 use ZendService\Google\Exception\RuntimeException;
15 14
 use ZendService\Google\Gcm\Message as ServiceMessage;
15
+use Zend\Json\Json;
16 16
 
17 17
 /**
18 18
  * Custom GCM service message.
Please login to merge, or discard this patch.