Completed
Push — master ( 7c734b...d84616 )
by Nicklas
02:36
created
src/Comment/Modules/Post.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Returns post with markdown and gravatar
57 57
      * @param string $sql
58
-     * @param array $param
58
+     * @param array $params
59 59
      *
60 60
      * @return objects[]
61 61
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * return question/answer, three attributes are set, comments connected to them is an array.
72 72
      * @param string $sql
73
-     * @param array $param
73
+     * @param array $params
74 74
      *
75 75
      * @return object
76 76
     */
Please login to merge, or discard this patch.
src/Comment/ProfileController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     /**
16 16
      * Get details on item to load form with.
17 17
      *
18
-     * @param integer $id get details on item with id.
19 18
      *
20 19
      * @return object true if okey, false if something went wrong.
21 20
      */
Please login to merge, or discard this patch.