Completed
Push — master ( 8ffaa6...f544e7 )
by Nicklas
02:28
created
src/Comment/Modules/Post.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     /**
35 35
      * Returns post with markdown and gravatar
36 36
      * @param string $sql
37
-     * @param array $param
37
+     * @param array $params
38 38
      *
39 39
      * @return array
40 40
      */
@@ -63,6 +63,7 @@  discard block
 block discarded – undo
63 63
     /**
64 64
      * return question/answer, three attributes are set, comments connected to them is an array.
65 65
      *
66
+     * @param string $sql
66 67
      * @return object
67 68
     */
68 69
     public function getPost($sql, $params)
Please login to merge, or discard this patch.