Completed
Push — master ( 32da4e...f9a635 )
by Dmitry
05:07
created
src/grid/CrontabGridView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 namespace hipanel\modules\hosting\grid;
19 19
 
20 20
 use hipanel\grid\ActionColumn;
21
-use hipanel\helpers\StringHelper;
22 21
 use hipanel\modules\server\grid\ServerColumn;
23 22
 use Yii;
24 23
 use yii\helpers\Html;
Please login to merge, or discard this patch.
src/models/Crontab.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
 
18 18
 namespace hipanel\modules\hosting\models;
19 19
 
20
-use Yii;
21
-
22 20
 class Crontab extends \hipanel\base\Model
23 21
 {
24 22
     use \hipanel\base\ModelTrait;
Please login to merge, or discard this patch.
src/models/Ip.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     }
105 105
 
106 106
     /**
107
-     * @return \hiqdev\hiart\ActiveQuery
107
+     * @return \yii\db\ActiveQuery
108 108
      */
109 109
     public function getRelatedLinks()
110 110
     {
Please login to merge, or discard this patch.
src/models/Link.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 namespace hipanel\modules\hosting\models;
19 19
 
20
-use Yii;
21 20
 use yii\web\JsExpression;
22 21
 
23 22
 class Link extends \hipanel\base\Model
Please login to merge, or discard this patch.
src/views/ip/_form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 /* @var $model hipanel\modules\hosting\models\Ip */
5 5
 /* @var $tags array */
6 6
 
7
-use hipanel\base\View;
8 7
 use hipanel\modules\hosting\widgets\combo\ServiceCombo;
9 8
 use hipanel\modules\server\widgets\combo\ServerCombo;
10 9
 use hipanel\widgets\DynamicFormWidget;
Please login to merge, or discard this patch.
src/views/request/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,9 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\RequestGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
13
-use yii\helpers\Html;
14 12
 
15 13
 $this->title                    = Yii::t('hipanel/hosting', 'Requests');
16 14
 $this->params['breadcrumbs'][]  = $this->title;
Please login to merge, or discard this patch.
src/views/service/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/backup/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/backuping/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.