Completed
Branch master (f8f249)
by Julián
04:33
created
src/Notification/AbstractNotification.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\Notification;
11 11
 
12
-use Jgut\Tify\Service\AbstractService;
13 12
 use Jgut\Tify\Device\AbstractDevice;
14 13
 use Jgut\Tify\Message\AbstractMessage;
15 14
 use Jgut\Tify\OptionsTrait;
15
+use Jgut\Tify\Service\AbstractService;
16 16
 
17 17
 abstract class AbstractNotification
18 18
 {
Please login to merge, or discard this patch.
src/Service/Apns.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace Jgut\Tify\Service;
11 11
 
12
-use Jgut\Tify\Exception\ServiceException;
13 12
 use Jgut\Tify\Exception\NotificationException;
13
+use Jgut\Tify\Exception\ServiceException;
14 14
 use Jgut\Tify\Notification\AbstractNotification;
15 15
 use Jgut\Tify\Notification\Apns as ApnsNotification;
16 16
 use Jgut\Tify\Service\Client\ApnsBuilder as ClientBuilder;
Please login to merge, or discard this patch.
src/Service/Message/Gcm.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.