From: jeroendedauw Date: Fri, 18 Jan 2013 14:40:05 +0000 (+0100) Subject: Fix return type doc. On SQLite ResultWrapper is returned X-Git-Tag: 1.31.0-rc.0~20995^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=d801032c11afc3331e61268c664e4b09be6af8b4;p=lhc%2Fweb%2Fwiklou.git Fix return type doc. On SQLite ResultWrapper is returned Change-Id: Ia18a0c6418d230d0a11b53efe40c3caeaa86300b --- diff --git a/includes/db/Database.php b/includes/db/Database.php index ffc4de0a0b..cf93508837 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -2593,7 +2593,7 @@ abstract class DatabaseBase implements DatabaseType { * @param $fname String name of the calling function * * @throws DBUnexpectedError - * @return bool + * @return bool|ResultWrapper */ public function delete( $table, $conds, $fname = 'DatabaseBase::delete' ) { if ( !$conds ) {