@@ -304,6 +304,7 @@ discard block |
||
304 | 304 | * @param array $params the parameters of the sql query |
305 | 305 | * @param int $limit the maximum number of rows |
306 | 306 | * @param int $offset from which row we want to start |
307 | + * @param string $msg |
|
307 | 308 | * @return string formatted error message string |
308 | 309 | * @since 9.1.0 |
309 | 310 | * @deprecated 14.0.0 Move over to QBMapper |
@@ -359,7 +360,7 @@ discard block |
||
359 | 360 | * Returns an db result and throws exceptions when there are more or less |
360 | 361 | * results |
361 | 362 | * @param string $sql the sql query |
362 | - * @param array $params the parameters of the sql query |
|
363 | + * @param string[] $params the parameters of the sql query |
|
363 | 364 | * @param int $limit the maximum number of rows |
364 | 365 | * @param int $offset from which row we want to start |
365 | 366 | * @throws DoesNotExistException if the item does not exist |
@@ -380,7 +380,6 @@ |
||
380 | 380 | /** |
381 | 381 | * get the number of disabled users in a group |
382 | 382 | * |
383 | - * @param string $search |
|
384 | 383 | * @return int|bool |
385 | 384 | */ |
386 | 385 | public function countDisabledInGroup(string $gid): int { |