From 5a0e9a02f491f051f9cbc3db80bc91b3decaaeae Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 7 Dec 2011 23:54:51 +0000 Subject: [PATCH] add since tag; please do this if you add new public methods, it avoids bugs and hassle for other people --- includes/installer/DatabaseUpdater.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index d8fdb482fc..0ad14a3c7b 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -193,7 +193,10 @@ abstract class DatabaseUpdater { } /** - * Add a maintenance script to be run after the database updates are complete + * Add a maintenance script to be run after the database updates are complete. + * + * @since 1.19 + * * @param $class string Name of a Maintenance subclass */ public function addPostDatabaseUpdateMaintenance( $class ) { @@ -210,6 +213,8 @@ abstract class DatabaseUpdater { } /** + * @since 1.17 + * * @return array */ public function getPostDatabaseUpdateMaintenance() { -- 2.20.1