@@ -32,7 +32,6 @@ discard block |
||
32 | 32 | /** |
33 | 33 | * Description. |
34 | 34 | * |
35 | - * @param datatype $variable Description |
|
36 | 35 | * |
37 | 36 | * @throws Exception |
38 | 37 | * |
@@ -76,7 +75,6 @@ discard block |
||
76 | 75 | /** |
77 | 76 | * Description. |
78 | 77 | * |
79 | - * @param datatype $variable Description |
|
80 | 78 | * |
81 | 79 | * @throws Exception |
82 | 80 | * |
@@ -103,11 +101,10 @@ discard block |
||
103 | 101 | /** |
104 | 102 | * Description. |
105 | 103 | * |
106 | - * @param datatype $variable Description |
|
107 | 104 | * |
108 | 105 | * @throws Exception |
109 | 106 | * |
110 | - * @return void |
|
107 | + * @return false|null |
|
111 | 108 | */ |
112 | 109 | public function getPostEditComment($key, $itemId) |
113 | 110 | { |
@@ -143,7 +140,6 @@ discard block |
||
143 | 140 | /** |
144 | 141 | * Description. |
145 | 142 | * |
146 | - * @param datatype $variable Description |
|
147 | 143 | * |
148 | 144 | * @throws Exception |
149 | 145 | * |
@@ -186,7 +182,7 @@ discard block |
||
186 | 182 | * check if logged in user can edit the comment |
187 | 183 | * @param string commentid |
188 | 184 | * |
189 | - * @return bool |
|
185 | + * @return boolean|null |
|
190 | 186 | **/ |
191 | 187 | public function isEditable($commentId, $user) |
192 | 188 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Constructor injects with DI container. |
16 | 16 | * |
17 | - * @param Anax\DI\DIInterface $di a service container |
|
17 | + * @param DIInterface $di a service container |
|
18 | 18 | */ |
19 | 19 | public function __construct(DIInterface $di) |
20 | 20 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Constructor injects with DI container. |
16 | 16 | * |
17 | - * @param Anax\DI\DIInterface $di a service container |
|
17 | + * @param DIInterface $di a service container |
|
18 | 18 | */ |
19 | 19 | public function __construct(DIInterface $di, $acronym) |
20 | 20 | { |
@@ -59,7 +59,6 @@ discard block |
||
59 | 59 | /** |
60 | 60 | * Description. |
61 | 61 | * |
62 | - * @param datatype $variable Description |
|
63 | 62 | * |
64 | 63 | * @throws Exception |
65 | 64 | * |
@@ -89,7 +88,6 @@ discard block |
||
89 | 88 | /** |
90 | 89 | * Description. |
91 | 90 | * |
92 | - * @param datatype $variable Description |
|
93 | 91 | * |
94 | 92 | * @throws Exception |
95 | 93 | * |
@@ -116,11 +114,10 @@ discard block |
||
116 | 114 | /** |
117 | 115 | * Description. |
118 | 116 | * |
119 | - * @param datatype $variable Description |
|
120 | 117 | * |
121 | 118 | * @throws Exception |
122 | 119 | * |
123 | - * @return void |
|
120 | + * @return false|null |
|
124 | 121 | */ |
125 | 122 | public function editAllUsers() |
126 | 123 | { |
@@ -150,7 +147,6 @@ discard block |
||
150 | 147 | /** |
151 | 148 | * Description. |
152 | 149 | * |
153 | - * @param datatype $variable Description |
|
154 | 150 | * |
155 | 151 | * @throws Exception |
156 | 152 | * |
@@ -182,11 +178,10 @@ discard block |
||
182 | 178 | /** |
183 | 179 | * Description. |
184 | 180 | * |
185 | - * @param datatype $variable Description |
|
186 | 181 | * |
187 | 182 | * @throws Exception |
188 | 183 | * |
189 | - * @return void |
|
184 | + * @return boolean |
|
190 | 185 | */ |
191 | 186 | public function editUser($id) |
192 | 187 | { |
@@ -223,11 +218,10 @@ discard block |
||
223 | 218 | /** |
224 | 219 | * Description. |
225 | 220 | * |
226 | - * @param datatype $variable Description |
|
227 | 221 | * |
228 | 222 | * @throws Exception |
229 | 223 | * |
230 | - * @return void |
|
224 | + * @return boolean |
|
231 | 225 | */ |
232 | 226 | public function editOneUser($id) |
233 | 227 | { |
@@ -21,11 +21,10 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * Description. |
23 | 23 | * |
24 | - * @param datatype $variable Description |
|
25 | 24 | * |
26 | 25 | * @throws Exception |
27 | 26 | * |
28 | - * @return void |
|
27 | + * @return boolean |
|
29 | 28 | */ |
30 | 29 | public function loginUser($acronym) |
31 | 30 | { |
@@ -38,7 +37,6 @@ discard block |
||
38 | 37 | /** |
39 | 38 | * Description. |
40 | 39 | * |
41 | - * @param datatype $variable Description |
|
42 | 40 | * |
43 | 41 | * @throws Exception |
44 | 42 | * |
@@ -53,11 +51,10 @@ discard block |
||
53 | 51 | /** |
54 | 52 | * Description. |
55 | 53 | * |
56 | - * @param datatype $variable Description |
|
57 | 54 | * |
58 | 55 | * @throws Exception |
59 | 56 | * |
60 | - * @return void |
|
57 | + * @return boolean |
|
61 | 58 | */ |
62 | 59 | public function logOut() |
63 | 60 | { |