Passed
Branch master (b79dfd)
by Eugene
06:36
created
modules/feedback/controllers/ManagementController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     /**
52 52
      * Lists all Feedback models.
53 53
      *
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     public function actionIndex()
57 57
     {
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * Displays a single Feedback model.
69 69
      *
70 70
      * @param integer $id
71
-     * @return mixed
71
+     * @return string
72 72
      */
73 73
     public function actionView($id)
74 74
     {
Please login to merge, or discard this patch.
modules/mailTemplate/controllers/ManagementController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * Lists all MailTemplate models.
39 39
      *
40
-     * @return mixed
40
+     * @return string
41 41
      */
42 42
     public function actionIndex()
43 43
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Displays a single MailTemplate model.
55 55
      *
56 56
      * @param integer $id
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function actionView($id)
60 60
     {
Please login to merge, or discard this patch.
modules/user/controllers/ManagementController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * Lists all Users models.
39 39
      *
40
-     * @return mixed
40
+     * @return string
41 41
      */
42 42
     public function actionIndex()
43 43
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Displays a single Users model.
55 55
      *
56 56
      * @param integer $id
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function actionView($id)
60 60
     {
Please login to merge, or discard this patch.