Completed
Pull Request — master (#33)
by
unknown
14:24
created
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/controllers/TicketController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use hipanel\filters\EasyAccessControl;
25 25
 use hipanel\modules\client\models\Client;
26 26
 use hipanel\modules\client\models\stub\ClientRelationFreeStub;
27
-use hipanel\modules\server\models\Server;
28 27
 use hipanel\modules\ticket\models\Thread;
29 28
 use hipanel\modules\ticket\models\ThreadSearch;
30 29
 use hipanel\modules\ticket\models\TicketSettings;
Please login to merge, or discard this patch.