r105493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105492‎ | r105493 | r105494 >
Date:23:54, 7 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -193,7 +193,10 @@
194194 }
195195
196196 /**
197 - * Add a maintenance script to be run after the database updates are complete
 197+ * Add a maintenance script to be run after the database updates are complete.
 198+ *
 199+ * @since 1.19
 200+ *
198201 * @param $class string Name of a Maintenance subclass
199202 */
200203 public function addPostDatabaseUpdateMaintenance( $class ) {
@@ -210,6 +213,8 @@
211214 }
212215
213216 /**
 217+ * @since 1.17
 218+ *
214219 * @return array
215220 */
216221 public function getPostDatabaseUpdateMaintenance() {

Status & tagging log