r81492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81491‎ | r81492 | r81493 >
Date:23:09, 3 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Few more return types
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseInstaller.php
@@ -465,6 +465,8 @@
466466
467467 /**
468468 * Get a standard install-user fieldset.
 469+ *
 470+ * @return String
469471 */
470472 public function getInstallUserBox() {
471473 return
@@ -487,6 +489,8 @@
488490 * Get a standard web-user fieldset
489491 * @param $noCreateMsg String: Message to display instead of the creation checkbox.
490492 * Set this to false to show a creation checkbox.
 493+ *
 494+ * @return String
491495 */
492496 public function getWebUserBox( $noCreateMsg = false ) {
493497 $s = Html::openElement( 'fieldset' ) .
@@ -528,6 +532,8 @@
529533
530534 /**
531535 * Common function for databases that don't understand the MySQLish syntax of interwiki.sql.
 536+ *
 537+ * @return Status
532538 */
533539 public function populateInterwikiTable() {
534540 $status = $this->getConnection();

Status & tagging log