Completed
Push — master ( 490125...d0901b )
by Julián
10:54
created
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.