@@ -40,7 +40,6 @@ |
||
40 | 40 | /** |
41 | 41 | * Get ONE comment from an article. |
42 | 42 | * |
43 | - * @param string $key for the article |
|
44 | 43 | * @param int $id for the comment id |
45 | 44 | * |
46 | 45 | * @return void |
@@ -53,7 +53,6 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Get ALL comments from session |
55 | 55 | * |
56 | - * @param string $key for data subset. |
|
57 | 56 | * |
58 | 57 | * @return object with the dataset |
59 | 58 | */ |
@@ -72,7 +71,6 @@ discard block |
||
72 | 71 | /** |
73 | 72 | * Get ONE comment from session |
74 | 73 | * |
75 | - * @param string $key for dataset. |
|
76 | 74 | * @param int $id for comment. |
77 | 75 | * |
78 | 76 | * @return array with the comment, name, email, id, or null if not exists |