Completed
Push — master ( bd9f40...56eab7 )
by Dmitry
02:01
created
src/actions/RequestAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use hiqdev\yii2\merchant\Module;
9 9
 use Yii;
10 10
 use yii\base\Action;
11
-use yii\base\Event;
12 11
 use yii\web\BadRequestHttpException;
13 12
 
14 13
 class RequestAction extends Action
Please login to merge, or discard this patch.
src/Module.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -10,9 +10,6 @@  discard block
 block discarded – undo
10 10
 
11 11
 namespace hiqdev\yii2\merchant;
12 12
 
13
-use Closure;
14
-use hiqdev\php\merchant\AbstractMerchant;
15
-use hiqdev\php\merchant\Helper;
16 13
 use hiqdev\yii2\merchant\Collection;
17 14
 use hiqdev\yii2\merchant\models\DepositForm;
18 15
 use hiqdev\yii2\merchant\controllers\PayController;
@@ -23,9 +20,6 @@  discard block
 block discarded – undo
23 20
 use hiqdev\yii2\merchant\transactions\TransactionRepositoryInterface;
24 21
 use Yii;
25 22
 use yii\base\InvalidConfigException;
26
-use yii\helpers\ArrayHelper;
27
-use yii\helpers\FileHelper;
28
-use yii\helpers\Json;
29 23
 use yii\helpers\Url;
30 24
 
31 25
 /**
Please login to merge, or discard this patch.