From 4ea66fdd4b8b85281f52d393179541c848892039 Mon Sep 17 00:00:00 2001 From: tisane Date: Fri, 18 Jul 2014 15:33:03 -0400 Subject: [PATCH] Separate select() parameter summary from detail The heading of select()'s $table parameter details appears as part of the select() parameter summary in doxygen; this fixes that (I think). See http://tinyurl.com/nddrk9y Change-Id: I6409d3359ad9d33fce1100326f55bc000b5939e0 --- includes/db/Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/db/Database.php b/includes/db/Database.php index 7d8fbe930d..b02ee30804 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1477,6 +1477,7 @@ abstract class DatabaseBase implements IDatabase, DatabaseType { * @param array $options Query options * @param array $join_conds Join conditions * + * * @param string|array $table * * May be either an array of table names, or a single string holding a table -- 2.20.1