From cf545ef702460cf506ec87e940343d4fe2d454bc Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 6 Jan 2012 15:36:17 +0000 Subject: [PATCH] Add a few @since entries --- includes/installer/DatabaseUpdater.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 0ee2c5104b..ef87483cfb 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -153,6 +153,8 @@ abstract class DatabaseUpdater { * Add a new update coming from an extension. This should be called by * extensions while executing the LoadExtensionSchemaUpdates hook. * + * @since 1.17 + * * @param $update Array: the update to run. Format is the following: * first item is the callback function, it also can be a * simple string with the name of a function in this class, @@ -167,6 +169,9 @@ abstract class DatabaseUpdater { /** * Convenience wrapper for addExtensionUpdate() when adding a new table (which * is the most common usage of updaters in an extension) + * + * @since 1.18 + * * @param $tableName String Name of table to create * @param $sqlPath String Full path to the schema file */ @@ -175,6 +180,8 @@ abstract class DatabaseUpdater { } /** + * @since 1.19 + * * @param $tableName string * @param $indexName string * @param $sqlPath string @@ -184,6 +191,9 @@ abstract class DatabaseUpdater { } /** + * + * @since 1.19 + * * @param $tableName string * @param $columnName string * @param $sqlPath string -- 2.20.1