Completed
Push — master ( 0a436d...ec1a89 )
by Nicklas
02:25
created
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/ProfileController.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 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
      */
@@ -58,7 +57,6 @@  discard block
 block discarded – undo
58 57
     /**
59 58
      * Description.
60 59
      *
61
-     * @param datatype $variable Description
62 60
      *
63 61
      * @throws Exception
64 62
      *
@@ -85,7 +83,6 @@  discard block
 block discarded – undo
85 83
     /**
86 84
      * Description.
87 85
      *
88
-     * @param datatype $variable Description
89 86
      *
90 87
      * @throws Exception
91 88
      *
Please login to merge, or discard this patch.