Index: trunk/phase3/includes/installer/DatabaseInstaller.php |
— | — | @@ -465,6 +465,8 @@ |
466 | 466 | |
467 | 467 | /** |
468 | 468 | * Get a standard install-user fieldset. |
| 469 | + * |
| 470 | + * @return String |
469 | 471 | */ |
470 | 472 | public function getInstallUserBox() { |
471 | 473 | return |
— | — | @@ -487,6 +489,8 @@ |
488 | 490 | * Get a standard web-user fieldset |
489 | 491 | * @param $noCreateMsg String: Message to display instead of the creation checkbox. |
490 | 492 | * Set this to false to show a creation checkbox. |
| 493 | + * |
| 494 | + * @return String |
491 | 495 | */ |
492 | 496 | public function getWebUserBox( $noCreateMsg = false ) { |
493 | 497 | $s = Html::openElement( 'fieldset' ) . |
— | — | @@ -528,6 +532,8 @@ |
529 | 533 | |
530 | 534 | /** |
531 | 535 | * Common function for databases that don't understand the MySQLish syntax of interwiki.sql. |
| 536 | + * |
| 537 | + * @return Status |
532 | 538 | */ |
533 | 539 | public function populateInterwikiTable() { |
534 | 540 | $status = $this->getConnection(); |