Completed
Push — master ( 7c734b...d84616 )
by Nicklas
02:36
created
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.
src/Comment/Modules/User.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * Returns post with markdown and gravatar
31 31
      * @param string $sql
32
-     * @param array $param
32
+     * @param array $params
33 33
      *
34 34
      * @return array
35 35
      */
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Returns gravatar link
96 96
      *
97
-     * @param string $email
98 97
      *
99 98
      * @return string as gravatar link
100 99
      */
Please login to merge, or discard this patch.
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.