Completed
Push — master ( 8889ab...4adc7b )
by Dmitry
05:48
created
src/views/price/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 use hipanel\modules\finance\grid\PriceGridView;
4 4
 use hipanel\widgets\IndexPage;
5 5
 use hipanel\widgets\Pjax;
6
-use yii\helpers\Html;
7
-use yii\helpers\Url;
8 6
 
9 7
 $this->title = Yii::t('hipanel:finance', 'Price');
10 8
 $this->params['breadcrumbs'][] = $this->title;
Please login to merge, or discard this patch.
src/logic/bill/MonthlyQuantity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use hipanel\modules\finance\models\Bill;
7 7
 use hipanel\modules\finance\models\Charge;
8 8
 use hipanel\modules\server\models\Consumption;
9
-use hiqdev\php\units\Quantity;
10 9
 use Yii;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/grid/ChargeGridView.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,6 @@
 block discarded – undo
6 6
 use hipanel\modules\finance\logic\bill\QuantityFormatterFactoryInterface;
7 7
 use hipanel\modules\finance\models\Charge;
8 8
 use hipanel\modules\finance\widgets\LinkToObjectResolver;
9
-use hipanel\widgets\ArraySpoiler;
10
-use hiqdev\php\units\Quantity;
11
-use hiqdev\php\units\yii2\formatters\IntlFormatter;
12 9
 use Yii;
13 10
 use yii\helpers\Html;
14 11
 
Please login to merge, or discard this patch.