Completed
Push — master ( 66f157...e2a31e )
by Dmitry
31:37 queued 28:45
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   -4 removed lines patch added patch discarded remove patch
@@ -17,16 +17,12 @@
 block discarded – undo
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;
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/TemplateGridView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.