Hmph, yet another bug caused by not having @since
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 30 Oct 2011 13:44:27 +0000 (13:44 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 30 Oct 2011 13:44:27 +0000 (13:44 +0000)
includes/db/Database.php

index 5015462..4d1830d 100644 (file)
@@ -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 ) ) {