Passed
Push — master ( f544e7...a87104 )
by Nicklas
02:21
created
src/Comment/HTMLForm/Comment/CreateAnswerForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      */
19 19
     public function __construct(DIInterface $di, $questionId)
20 20
     {
Please login to merge, or discard this patch.
src/Comment/QuestionController.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
      * View specific question and create answer form
39 39
      *
40
-     * @return void
40
+     * @return boolean
41 41
      */
42 42
     public function getPostQuestionAnswer($id)
43 43
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * View specific question and create answer form
67 67
      *
68
-     * @return void
68
+     * @return boolean
69 69
      */
70 70
     public function postComment($id)
71 71
     {
Please login to merge, or discard this patch.