@@ -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 | { |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | use hipanel\actions\SmartUpdateAction; |
| 23 | 23 | use hipanel\actions\ValidateFormAction; |
| 24 | 24 | use hipanel\actions\ViewAction; |
| 25 | -use hipanel\models\File; |
|
| 26 | 25 | use hipanel\modules\client\models\Client; |
| 27 | 26 | use hipanel\modules\ticket\models\Thread; |
| 28 | 27 | use hipanel\modules\ticket\models\ThreadSearch; |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @return array |
|
| 80 | + * @return string[] |
|
| 81 | 81 | */ |
| 82 | 82 | public function attributes() |
| 83 | 83 | { |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @return array |
|
| 80 | + * @return string[] |
|
| 81 | 81 | */ |
| 82 | 82 | public function attributes() |
| 83 | 83 | { |