From: Aaron Schulz Date: Fri, 15 Mar 2019 18:41:03 +0000 (-0700) Subject: rdbms: document that IDatabase::selectFieldValues() keeps the order X-Git-Tag: 1.34.0-rc.0~2483^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=36243e9181e3685cafbd3212f3b6ae315d0c8e4a;p=lhc%2Fweb%2Fwiklou.git rdbms: document that IDatabase::selectFieldValues() keeps the order Change-Id: I068a938121949509fd3bf95047dffbaec41c5854 --- diff --git a/includes/libs/rdbms/database/IDatabase.php b/includes/libs/rdbms/database/IDatabase.php index 3401541a17..6f58cc66a3 100644 --- a/includes/libs/rdbms/database/IDatabase.php +++ b/includes/libs/rdbms/database/IDatabase.php @@ -583,7 +583,7 @@ interface IDatabase { * @param string|array $options The query options. See IDatabase::select() for details. * @param string|array $join_conds The query join conditions. See IDatabase::select() for details. * - * @return array The values from the field + * @return array The values from the field in the order they were returned from the DB * @throws DBError * @since 1.25 */