Completed
Push — master ( e44102...83a9d9 )
by Klochok
11:12
created
src/controllers/TicketController.php 1 patch
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.
src/models/Answer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
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
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
Please login to merge, or discard this patch.
src/views/ticket/_leftBlock.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use hipanel\helpers\HtmlHelper;
4
-use hipanel\modules\client\grid\ClientGridView;
5 4
 use hipanel\modules\ticket\models\Thread;
6 5
 use hipanel\modules\ticket\widgets\ConditionalFormWidget;
7 6
 use hipanel\widgets\Box;
8
-use hipanel\widgets\ClientSellerLink;
9 7
 use hipanel\widgets\Pjax;
10 8
 use hiqdev\assets\flagiconcss\FlagIconCssAsset;
11 9
 use yii\helpers\Html;
Please login to merge, or discard this patch.
src/views/ticket/_rightBlock.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use hipanel\helpers\Url;
4 4
 use hipanel\modules\ticket\assets\ThreadCheckerAsset;
5 5
 use hipanel\widgets\AjaxModal;
6
-use hipanel\widgets\Box;
7 6
 use yii\bootstrap\Modal;
8 7
 use yii\helpers\Html;
9 8
 use yii\helpers\Json;
Please login to merge, or discard this patch.