From 9a05e34a1072228fe2ad4068115b07295b02b77e Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 1 Dec 2016 21:32:09 +0000 Subject: [PATCH] IDatabase::delete() table name parameter should be a string Change-Id: I7ba2cdb6cdddf04819ff80e27814f704f41d15f1 --- includes/libs/rdbms/database/IDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/rdbms/database/IDatabase.php b/includes/libs/rdbms/database/IDatabase.php index 48d76c4023..c6055dbdbd 100644 --- a/includes/libs/rdbms/database/IDatabase.php +++ b/includes/libs/rdbms/database/IDatabase.php @@ -1183,7 +1183,7 @@ interface IDatabase { /** * DELETE query wrapper. * - * @param array $table Table name + * @param string $table Table name * @param string|array $conds Array of conditions. See $conds in IDatabase::select() * for the format. Use $conds == "*" to delete all rows * @param string $fname Name of the calling function -- 2.20.1