@@ -333,7 +333,7 @@ |
||
333 | 333 | } |
334 | 334 | |
335 | 335 | /** |
336 | - * @return mixed|string |
|
336 | + * @return string|null |
|
337 | 337 | */ |
338 | 338 | public function actionPreview() |
339 | 339 | { |
@@ -17,16 +17,12 @@ |
||
17 | 17 | use hipanel\actions\PrepareAjaxViewAction; |
18 | 18 | use hipanel\actions\PrepareBulkAction; |
19 | 19 | use hipanel\actions\ProxyAction; |
20 | -use hipanel\actions\SearchAction; |
|
21 | 20 | use hipanel\actions\SmartCreateAction; |
22 | 21 | use hipanel\actions\SmartPerformAction; |
23 | 22 | use hipanel\actions\SmartUpdateAction; |
24 | 23 | use hipanel\actions\ValidateFormAction; |
25 | 24 | use hipanel\actions\ViewAction; |
26 | 25 | use hipanel\models\File; |
27 | -use hipanel\models\Ref; |
|
28 | -use hipanel\modules\client\models\Article; |
|
29 | -use hipanel\modules\client\models\ArticleSearch; |
|
30 | 26 | use hipanel\modules\client\models\Client; |
31 | 27 | use hipanel\modules\ticket\models\Thread; |
32 | 28 | use hipanel\modules\ticket\models\ThreadSearch; |
@@ -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 | { |
@@ -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 | { |