From b2862028295c0e403a4ddb69ded263434993a977 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 30 Oct 2011 13:44:27 +0000 Subject: [PATCH] Hmph, yet another bug caused by not having @since --- includes/db/Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/db/Database.php b/includes/db/Database.php index 5015462b63..4d1830dd30 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -3303,6 +3303,7 @@ abstract class DatabaseBase implements DatabaseType { * @param $tableName string * @param $fName string * @return bool|ResultWrapper + * @since 1.18 */ public function dropTable( $tableName, $fName = 'DatabaseBase::dropTable' ) { if( !$this->tableExists( $tableName ) ) { -- 2.20.1