Completed
Push — master ( 32be99...2e9083 )
by
unknown
12:34
created
src/grid/BillGridView.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -220,6 +220,9 @@
 block discarded – undo
220 220
         return $canSeeLink ? Html::a($model->tariff, ['@plan/view', 'id' => $model->tariff_id]) : $model->tariff;
221 221
     }
222 222
 
223
+    /**
224
+     * @param Bill $model
225
+     */
223 226
     public function objectTag($model): string
224 227
     {
225 228
         return $model->object ? implode(': ', [Yii::t('hipanel', $model->class_label), $this->objectLink($model)]) : '';
Please login to merge, or discard this patch.
src/widgets/CartCurrencyNegotiator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -154,6 +154,9 @@
 block discarded – undo
154 154
         return parent::getViewPath() . DIRECTORY_SEPARATOR . 'cartPaymentOptions';
155 155
     }
156 156
 
157
+    /**
158
+     * @param string $view
159
+     */
157 160
     public function render($view, $params = [])
158 161
     {
159 162
         return parent::render($view, array_merge($params, [
Please login to merge, or discard this patch.
src/views/plan/referral/view.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\ReferralPriceGridView;
4 4
 use hipanel\modules\finance\helpers\PlanInternalsGrouper;
5 5
 use hipanel\modules\finance\models\Plan;
6
-use hipanel\modules\finance\models\RatePrice;
7 6
 use hipanel\modules\finance\models\Sale;
8 7
 use hipanel\modules\finance\models\Price;
9 8
 use hipanel\modules\finance\widgets\CreateReferralPricesButton;
Please login to merge, or discard this patch.
src/widgets/views/formulaInput.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use yii\helpers\Html;
4
-use yii\helpers\Json;
5 4
 
6 5
 /**
7 6
  * @var \yii\web\View $this
Please login to merge, or discard this patch.