@@ -55,7 +55,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -15,7 +15,6 @@ |
||
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 | */ |