Completed
Push — master ( 0e490c...4b4ef3 )
by Dmitry
11:06
created
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
 /** @var \yii\web\View $this */
9 8
 /** @var \hipanel\modules\finance\models\SaleSearch $model */
Please login to merge, or discard this patch.
src/logic/CertificateTariffManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,11 +14,8 @@
 block discarded – undo
14 14
 use hipanel\modules\finance\forms\CertificateTariffForm;
15 15
 use hipanel\modules\finance\models\Tariff;
16 16
 use hiqdev\hiart\ConnectionInterface;
17
-use hiqdev\hiart\ResponseErrorException;
18 17
 use Yii;
19 18
 use yii\base\InvalidConfigException;
20
-use yii\web\NotFoundHttpException;
21
-use yii\web\UnprocessableEntityHttpException;
22 19
 
23 20
 /**
24 21
  * Class CertificateTariffManager
Please login to merge, or discard this patch.