Completed
Branch master (702e1c)
by Vuong
12:25
created
src/baokim/VerifiedData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace yiiviet\payment\baokim;
9 9
 
10 10
 use yii\base\InvalidConfigException;
11
-
12 11
 use yiiviet\payment\VerifiedData as BaseVerifiedData;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
src/vnpayment/PaymentGateway.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use vxm\gatewayclients\RequestEvent;
11 11
 use yiiviet\payment\BasePaymentGateway;
12
-
13 12
 use vxm\gatewayclients\DataInterface;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
src/vnpayment/VerifiedData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace yiiviet\payment\vnpayment;
9 9
 
10 10
 use yii\helpers\ArrayHelper;
11
-
12 11
 use yiiviet\payment\VerifiedData as BaseVerifiedData;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
tests/BaoKimTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace yiiviet\tests\unit\payment;
9 9
 
10
-use Yii;
11
-
12 10
 /**
13 11
  * Class BaoKimTest
14 12
  *
Please login to merge, or discard this patch.