Test Failed
Push — master ( 7e1229...8260e2 )
by Nicklas
02:49
created
src/Comment/Modules/Comment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Returns post with markdown and gravatar
52 52
      * @param string $sql
53
-     * @param array $param
53
+     * @param array $params
54 54
      *
55 55
      * @return array
56 56
      */
Please login to merge, or discard this patch.
src/Comment/CommentController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * View specific question and create answer form
89 89
      *
90
-     * @return void
90
+     * @return boolean
91 91
      */
92 92
     public function getPostQuestionAnswer($id)
93 93
     {
Please login to merge, or discard this patch.
src/Comment/Modules/Post.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Returns post with markdown and gravatar
43 43
      * @param string $sql
44
-     * @param array $param
44
+     * @param array $params
45 45
      *
46 46
      * @return array
47 47
      */
Please login to merge, or discard this patch.
src/Comment/Modules/Question.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Returns post with markdown and gravatar
52 52
      * @param string $sql
53
-     * @param array $param
53
+     * @param array $params
54 54
      *
55 55
      * @return array
56 56
      */
Please login to merge, or discard this patch.