@@ -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 | { |