Completed
Pull Request — master (#9345)
by Björn
28:53 queued 07:13
created
lib/public/AppFramework/Db/Mapper.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,6 +304,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/private/Group/Database.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,6 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.