Completed
Push — master ( ee3737...cee0de )
by Andrii
13:36
created
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.
src/models/Purse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@
 block discarded – undo
115 115
         return $this->getDocumentsOfType('internal_invoice');
116 116
     }
117 117
 
118
+    /**
119
+     * @param string $type
120
+     */
118 121
     public function getDocumentsOfType($type)
119 122
     {
120 123
         if (Yii::$app->user->can('document.read') === false) {
Please login to merge, or discard this patch.