Completed
Push — master ( 3a0d0f...4c53b1 )
by Andrii
14:51
created
src/controllers/TicketController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
     }
334 334
 
335 335
     /**
336
-     * @return mixed|string
336
+     * @return string|null
337 337
      */
338 338
     public function actionPreview()
339 339
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/models/Thread.php 1 patch
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.
src/models/Answer.php 1 patch
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.
src/grid/TicketGridView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.