Completed
Push — master ( 79f0f5...c28549 )
by Nicklas
02:38
created
src/Comment/FrontController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * View specific question and create answer form
20 20
      *
21
-     * @return void
21
+     * @return boolean
22 22
      */
23 23
     public function postComment($id)
24 24
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * View specific question and create answer form
41 41
      *
42
-     * @return void
42
+     * @return boolean
43 43
      */
44 44
     public function postVote()
45 45
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * View specific question and create answer form
66 66
      *
67
-     * @return void
67
+     * @return boolean
68 68
      */
69 69
     public function postAcceptedAnswer($id)
70 70
     {
Please login to merge, or discard this patch.