Completed
Branch master (45ab26)
by Andrii
15:17
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/grid/HdomainGridView.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -20,15 +20,12 @@
 block discarded – undo
20 20
 use hipanel\grid\ActionColumn;
21 21
 use hipanel\grid\MainColumn;
22 22
 use hipanel\grid\RefColumn;
23
-use hipanel\modules\hosting\models\Backup;
24
-use hipanel\modules\hosting\models\Backuping;
25 23
 use hipanel\modules\hosting\widgets\backup\BackupGridRow;
26 24
 use hipanel\modules\hosting\widgets\hdomain\State;
27 25
 use hipanel\modules\server\grid\ServerColumn;
28 26
 use hipanel\widgets\ArraySpoiler;
29 27
 use hipanel\widgets\Label;
30 28
 use Yii;
31
-use yii\filters\auth\HttpBasicAuth;
32 29
 use yii\helpers\Html;
33 30
 
34 31
 class HdomainGridView extends \hipanel\grid\BoxedGridView
Please login to merge, or discard this patch.
src/grid/ServiceGridView.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,14 +22,12 @@
 block discarded – undo
22 22
 use hipanel\grid\RefColumn;
23 23
 use hipanel\modules\hosting\models\DbSearch;
24 24
 use hipanel\modules\hosting\models\HdomainSearch;
25
-use hipanel\modules\hosting\models\Service;
26 25
 use hipanel\modules\hosting\models\Soft;
27 26
 use hipanel\modules\server\grid\ServerColumn;
28 27
 use hipanel\widgets\ArraySpoiler;
29 28
 use hipanel\widgets\State;
30 29
 use Yii;
31 30
 use yii\base\InvalidParamException;
32
-use yii\bootstrap\Button;
33 31
 use yii\helpers\Html;
34 32
 
35 33
 class ServiceGridView extends \hipanel\grid\BoxedGridView
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/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\BackupGridView;
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
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use hipanel\modules\hosting\grid\BackupingGridView;
4
-use hipanel\widgets\ActionBox;
5 4
 use hipanel\widgets\IndexLayoutSwitcher;
6 5
 use hipanel\widgets\IndexPage;
7 6
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/crontab/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\CrontabGridView;
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.