X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Fdatabase%2FDatabaseMysqlBase.php;h=b5f83dae0d51ff63efed497351ee7ac228ffd55b;hb=fe276bb080e087d058116347fe03c9e4b34f404a;hp=e871ab99d56572067f2cad9767259d5a29805c55;hpb=37e011b5554dd9b2966ccfdbef9a9bc8309a233f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/database/DatabaseMysqlBase.php b/includes/libs/rdbms/database/DatabaseMysqlBase.php index e871ab99d5..b5f83dae0d 100644 --- a/includes/libs/rdbms/database/DatabaseMysqlBase.php +++ b/includes/libs/rdbms/database/DatabaseMysqlBase.php @@ -369,7 +369,7 @@ abstract class DatabaseMysqlBase extends Database { * Fetch a result row as an associative and numeric array * * @param resource $res Raw result - * @return array + * @return array|false */ abstract protected function mysqlFetchArray( $res );