Completed
Pull Request — master (#6)
by
unknown
03:38
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 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hipanel\behaviors\File;
14 14
 use hipanel\helpers\Markdown;
15 15
 use hipanel\modules\client\models\Client;
16
-use phpDocumentor\Reflection\Types\Callable_;
17 16
 use stdClass;
18 17
 use Yii;
19 18
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.
src/grid/StatisticGridView.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,12 +10,8 @@
 block discarded – undo
10 10
 
11 11
 namespace hipanel\modules\ticket\grid;
12 12
 
13
-use hipanel\grid\MainColumn;
14
-use hipanel\grid\SwitchColumn;
15 13
 use hipanel\modules\client\grid\ClientColumn;
16 14
 use hipanel\widgets\ClientSellerLink;
17
-use hipanel\modules\ticket\menus\TemplateActionsMenu;
18
-use hiqdev\yii2\menus\grid\MenuColumn;
19 15
 use yii\helpers\Html;
20 16
 use yii\helpers\Url;
21 17
 use Yii;
Please login to merge, or discard this patch.