Completed
Push — master ( 94d3ee...2a27d8 )
by recca
02:12
created
src/Api.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace PayumTW\Allpay;
4 4
 
5
-use Exception;
6
-use DeviceType;
7
-use InvoiceState;
8 5
 use Detection\MobileDetect;
6
+use DeviceType;
7
+use Exception;
9 8
 use Http\Message\MessageFactory;
9
+use InvoiceState;
10 10
 use Payum\Core\HttpClientInterface;
11 11
 
12 12
 class Api
Please login to merge, or discard this patch.