https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105493

Revision: 105493
Author:   jeroendedauw
Date:     2011-12-07 23:54:51 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
add since tag; please do this if you add new public methods, it avoids bugs and 
hassle for other people

Modified Paths:
--------------
    trunk/phase3/includes/installer/DatabaseUpdater.php

Modified: trunk/phase3/includes/installer/DatabaseUpdater.php
===================================================================
--- trunk/phase3/includes/installer/DatabaseUpdater.php 2011-12-07 23:52:06 UTC 
(rev 105492)
+++ trunk/phase3/includes/installer/DatabaseUpdater.php 2011-12-07 23:54:51 UTC 
(rev 105493)
@@ -193,7 +193,10 @@
        }
 
        /**
-        * 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 @@
        }
 
        /**
+        * @since 1.17
+        * 
         * @return array
         */
        public function getPostDatabaseUpdateMaintenance() {


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to