Hmph, yet another bug caused by not having @since
[lhc/web/wiklou.git] / 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 ) ) {