Completed
Push — master ( 478f67...9afd4a )
by Andrii
04:25
created
src/forms/DomainTariffForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hipanel\modules\finance\logic\IntegrityException;
14 14
 use hipanel\modules\finance\models\DomainResource;
15 15
 use hipanel\modules\finance\models\DomainService;
16
-use hipanel\modules\finance\models\Tariff;
17 16
 use yii\web\UnprocessableEntityHttpException;
18 17
 
19 18
 class DomainTariffForm extends AbstractTariffForm
Please login to merge, or discard this patch.
src/merchant/Collection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hipanel\modules\finance\models\Merchant;
14 14
 use hiqdev\hiart\ResponseErrorException;
15 15
 use Yii;
16
-use yii\helpers\ArrayHelper;
17 16
 
18 17
 class Collection extends \hiqdev\yii2\merchant\Collection
19 18
 {
Please login to merge, or discard this patch.
src/actions/BillManagementAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace hipanel\modules\finance\actions;
4 4
 
5 5
 use hipanel\modules\finance\forms\BillForm;
6
-use hipanel\modules\finance\forms\BillImportForm;
7 6
 use hipanel\modules\finance\models\Bill;
8 7
 use hipanel\modules\finance\providers\BillTypesProvider;
9 8
 use hiqdev\hiart\Collection;
Please login to merge, or discard this patch.
src/views/sale/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use hipanel\modules\finance\grid\SaleGridView;
4 4
 use hipanel\widgets\IndexPage;
5 5
 use hipanel\widgets\Pjax;
6
-use yii\helpers\Html;
7 6
 
8 7
 $this->title = Yii::t('hipanel:finance:sale', 'Sale');
9 8
 $this->params['breadcrumbs'][] = $this->title;
Please login to merge, or discard this patch.
src/controllers/BillController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@  discard block
 block discarded – undo
12 12
 
13 13
 use hipanel\actions\IndexAction;
14 14
 use hipanel\actions\RedirectAction;
15
-use hipanel\actions\SmartCreateAction;
16 15
 use hipanel\actions\SmartDeleteAction;
17
-use hipanel\actions\SmartPerformAction;
18 16
 use hipanel\actions\SmartUpdateAction;
19 17
 use hipanel\actions\ValidateFormAction;
20 18
 use hipanel\actions\ViewAction;
@@ -23,16 +21,11 @@  discard block
 block discarded – undo
23 21
 use hipanel\modules\finance\forms\BillImportForm;
24 22
 use hipanel\modules\finance\forms\CurrencyExchangeForm;
25 23
 use hipanel\modules\finance\models\Bill;
26
-use hipanel\modules\finance\models\BillSearch;
27
-use hipanel\modules\finance\models\Charge;
28
-use hipanel\modules\finance\models\ChargeSearch;
29 24
 use hipanel\modules\finance\models\ExchangeRate;
30 25
 use hipanel\modules\finance\providers\BillTypesProvider;
31
-use hiqdev\hiart\ActiveDataProvider;
32 26
 use Yii;
33 27
 use yii\base\Event;
34 28
 use yii\base\Module;
35
-use yii\data\ArrayDataProvider;
36 29
 use yii\filters\AccessControl;
37 30
 
38 31
 class BillController extends \hipanel\base\CrudController
Please login to merge, or discard this patch.
src/forms/CertificateTariffForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use hipanel\modules\finance\logic\IntegrityException;
14 14
 use hipanel\modules\finance\models\CertificateResource;
15
-use Yii;
16 15
 use yii\web\UnprocessableEntityHttpException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/logic/AbstractTariffManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use yii\base\InvalidConfigException;
17 17
 use yii\base\Object;
18 18
 use yii\helpers\ArrayHelper;
19
-use yii\web\ForbiddenHttpException;
20 19
 use yii\web\NotFoundHttpException;
21 20
 
22 21
 abstract class AbstractTariffManager extends Object
Please login to merge, or discard this patch.
src/models/decorators/server/AbstractServerResourceDecorator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hipanel\modules\finance\models\decorators\AbstractResourceDecorator;
15 15
 use hipanel\modules\finance\models\decorators\ResourceDecoratorInterface;
16 16
 use hipanel\modules\finance\models\ServerResource;
17
-use NumberFormatter;
18 17
 use Yii;
19 18
 
20 19
 abstract class AbstractServerResourceDecorator extends AbstractResourceDecorator implements ResourceDecoratorInterface
Please login to merge, or discard this patch.