Completed
Push — master ( b87a46...8351d4 )
by Dmitry
04:00
created
src/models/Tariff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param $type
60
+     * @param string $type
61 61
      * @return DomainResource|ServerResource|Resource
62 62
      */
63 63
     public function getResourceByType($type)
Please login to merge, or discard this patch.
src/views/tariff/view.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use hipanel\widgets\Box;
9 9
 use hipanel\widgets\ClientSellerLink;
10 10
 use hipanel\widgets\ModalButton;
11
-use hipanel\widgets\Pjax;
12 11
 use yii\helpers\Html;
13 12
 
14 13
 $model = $manager->form;
Please login to merge, or discard this patch.