@@ -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 | { |
@@ -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; |
@@ -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; |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use hipanel\modules\ticket\widgets\Topic; |
19 | 19 | use hipanel\widgets\ClientSellerLink; |
20 | 20 | use hipanel\widgets\Gravatar; |
21 | -use hipanel\widgets\ReminderButton; |
|
22 | 21 | use Yii; |
23 | 22 | use yii\helpers\Html; |
24 | 23 |