Completed
Push — master ( a67d05...c2561f )
by recca
10:25
created
src/Action/Api/BaseApiAwareAction.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PayumTW\Esunbank\Action\Api;
4 4
 
5 5
 use PayumTW\Esunbank\Api;
6
-use Payum\Core\ApiAwareInterface;
7 6
 use Payum\Core\Action\ActionInterface;
7
+use Payum\Core\ApiAwareInterface;
8 8
 use Payum\Core\Exception\UnsupportedApiException;
9 9
 
10 10
 abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface
Please login to merge, or discard this patch.
src/Action/StatusAction.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Payum\Core\Action\ActionInterface;
6 6
 use Payum\Core\Bridge\Spl\ArrayObject;
7
-use Payum\Core\Request\GetStatusInterface;
8 7
 use Payum\Core\Exception\RequestNotSupportedException;
8
+use Payum\Core\Request\GetStatusInterface;
9 9
 
10 10
 class StatusAction implements ActionInterface
11 11
 {
Please login to merge, or discard this patch.