Completed
Push — master ( c88800...3459a9 )
by Vuong
01:54
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/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.
src/nganluong/PaymentGateway.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,6 @@
 block discarded – undo
173 173
      * Đây là phương thức ánh xạ của [[request()]] sử dụng lệnh [[RC_AUTHENTICATE]]. Nó chỉ được hổ trợ ở version 3.2.
174 174
      *
175 175
      * @param array $data Dữ liệu yêu cầu xác minh.
176
-     * @param null $clientId Client id sử dụng để tạo yêu. Nếu không thiết lập [[getDefaultClient()]] sẽ được gọi để xác định client.
177 176
      * @return ResponseData|\vxm\gatewayclients\DataInterface Trả về [[ResponseData]] là dữ liệu từ Ngân Lượng phản hồi.
178 177
      * @throws \yii\base\InvalidConfigException|\ReflectionException
179 178
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
 namespace yiiviet\payment\nganluong;
9 9
 
10 10
 use yii\base\NotSupportedException;
11
-
12 11
 use yiiviet\payment\BasePaymentGateway;
13
-
14 12
 use vxm\gatewayclients\RequestEvent;
15 13
 
16 14
 /**
Please login to merge, or discard this patch.