Completed
Push — master ( 69857d...eb7440 )
by Klochok
03:31
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/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.