@@ -63,7 +63,7 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @return array |
|
66 | + * @return string[] |
|
67 | 67 | */ |
68 | 68 | public function attributes() |
69 | 69 | { |
@@ -21,7 +21,6 @@ |
||
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 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @return array |
|
66 | + * @return string[] |
|
67 | 67 | */ |
68 | 68 | public function attributes() |
69 | 69 | { |
@@ -12,7 +12,6 @@ |
||
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. |
@@ -1,7 +1,5 @@ |
||
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; |