Completed
Push — master ( ae53ec...716429 )
by Dmitry
15:10
created
src/forms/AbstractTariffForm.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -171,6 +171,9 @@
 block discarded – undo
171 171
         return $this->tariff;
172 172
     }
173 173
 
174
+    /**
175
+     * @param Tariff $tariff
176
+     */
174 177
     public function setTariff($tariff)
175 178
     {
176 179
         if ($tariff === null) {
Please login to merge, or discard this patch.
src/forms/DomainTariffForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use hipanel\modules\finance\models\DomainResource;
6 6
 use hipanel\modules\finance\models\DomainService;
7
-use hipanel\modules\finance\models\Tariff;
8 7
 use yii\web\UnprocessableEntityHttpException;
9 8
 
10 9
 class DomainTariffForm extends AbstractTariffForm
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
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use hipanel\modules\finance\models\Tariff;
7 7
 use yii\base\InvalidConfigException;
8 8
 use yii\base\Object;
9
-use yii\helpers\ArrayHelper;
10 9
 use yii\web\ForbiddenHttpException;
11 10
 
12 11
 abstract class AbstractTariffManager extends Object
Please login to merge, or discard this patch.