Completed
Push — master ( 27cbcc...3c4357 )
by Julián
02:30
created
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.