Completed
Pull Request — master (#15)
by
unknown
02:55
created
src/baokim/VerifiedData.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 yii\base\InvalidConfigException;
11 11
 use yii\helpers\ArrayHelper;
12
-
13 12
 use nhuluc\payment\VerifiedData as BaseVerifiedData;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
src/onepay/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 nhuluc\payment\onepay;
9 9
 
10 10
 use yii\helpers\ArrayHelper;
11
-
12 11
 use nhuluc\payment\VerifiedData as BaseVerifiedData;
13 12
 
14 13
 /**
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 nhuluc\payment\vnpayment;
9 9
 
10 10
 use yii\helpers\ArrayHelper;
11
-
12 11
 use nhuluc\payment\VerifiedData as BaseVerifiedData;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
src/vtcpay/VerifiedData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace nhuluc\payment\vtcpay;
10 10
 
11 11
 use yii\helpers\ArrayHelper;
12
-
13 12
 use nhuluc\payment\VerifiedData as BaseVerifiedData;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.