Passed
Push — master ( 75af5b...7c734b )
by Nicklas
02:14
created
src/Comment/Modules/Post.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,8 +33,6 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * Set ups the question
36
-     * @param object $question
37
-     * @param array $param
38 36
      *
39 37
      * @return object
40 38
      */
@@ -56,7 +54,7 @@  discard block
 block discarded – undo
56 54
     /**
57 55
      * Returns post with markdown and gravatar
58 56
      * @param string $sql
59
-     * @param array $param
57
+     * @param array $params
60 58
      *
61 59
      * @return array
62 60
      */
@@ -71,6 +69,7 @@  discard block
 block discarded – undo
71 69
     /**
72 70
      * return question/answer, three attributes are set, comments connected to them is an array.
73 71
      *
72
+     * @param string $sql
74 73
      * @return object
75 74
     */
76 75
     public function getPost($sql, $params)
Please login to merge, or discard this patch.
src/Comment/Modules/User.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Sets up user
63 63
      * @param object $user
64
-     * @param array $param
65 64
      *
66 65
      * @return object
67 66
      */
@@ -99,7 +98,7 @@  discard block
 block discarded – undo
99 98
     /**
100 99
      * Returns post with markdown and gravatar
101 100
      * @param string $sql
102
-     * @param array $param
101
+     * @param array $params
103 102
      *
104 103
      * @return array
105 104
      */
@@ -143,7 +142,6 @@  discard block
 block discarded – undo
143 142
     /**
144 143
      * Returns gravatar link
145 144
      *
146
-     * @param string $email
147 145
      *
148 146
      * @return string as gravatar link
149 147
      */
Please login to merge, or discard this patch.