Completed
Push — master ( ef94fc...37098b )
by Dmitry
05:43
created
src/models/Thread.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return array
66
+     * @return string[]
67 67
      */
68 68
     public function attributes()
69 69
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use hipanel\grid\SwitchColumn;
22 22
 use hipanel\modules\client\grid\ClientColumn;
23 23
 use Yii;
24
-use yii\helpers\Html;
25 24
 
26 25
 class TemplateGridView extends \hipanel\grid\BoxedGridView
27 26
 {
Please login to merge, or discard this patch.
src/models/Answer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return array
66
+     * @return string[]
67 67
      */
68 68
     public function attributes()
69 69
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace hipanel\modules\ticket\models;
13 13
 
14 14
 use Yii;
15
-use yii\helpers\Html as Html;
16 15
 
17 16
 /**
18 17
  * Class Ticket.
Please login to merge, or discard this patch.
src/views/ticket/view.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\StringHelper;
4
-
5 3
 /* @var $this yii\web\View */
6 4
 
7 5
 $this->title    = $model->subject;
Please login to merge, or discard this patch.