r71407 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71406‎ | r71407 | r71408 >
Date:15:20, 21 August 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)
  • /trunk/phase3/includes/installer/WebInstaller.php (modified) (history)
  • /trunk/phase3/includes/installer/WebInstallerOutput.php (modified) (history)
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstaller.php
@@ -87,7 +87,7 @@
8888 /**
8989 * Constructor.
9090 *
91 - * @param WebRequest $request
 91+ * @param $request WebRequest
9292 */
9393 public function __construct( WebRequest $request ) {
9494 parent::__construct();
@@ -637,7 +637,7 @@
638638 * Show a short informational message.
639639 * Output looks like a list.
640640 *
641 - * @param srting $msg
 641+ * @param $msg string
642642 */
643643 public function showMessage( $msg /*, ... */ ) {
644644 $args = func_get_args();
@@ -649,7 +649,7 @@
650650 }
651651
652652 /**
653 - * @param Status $status
 653+ * @param $status Status
654654 */
655655 public function showStatusMessage( Status $status ) {
656656 $text = $status->getWikiText();
Index: trunk/phase3/includes/installer/Installer.php
@@ -323,7 +323,7 @@
324324 /**
325325 * TODO: document
326326 *
327 - * @param DatabaseInstaller $installer
 327+ * @param $installer DatabaseInstaller
328328 *
329329 * @return Status
330330 */
@@ -341,7 +341,7 @@
342342 /**
343343 * TODO: document
344344 *
345 - * @param DatabaseInstaller $installer
 345+ * @param $installer DatabaseInstaller
346346 *
347347 * @return Status
348348 */
@@ -358,7 +358,7 @@
359359 /**
360360 * TODO: document
361361 *
362 - * @param DatabaseInstaller $installer
 362+ * @param $installer DatabaseInstaller
363363 *
364364 * @return Status
365365 */
Index: trunk/phase3/includes/installer/WebInstallerOutput.php
@@ -30,7 +30,7 @@
3131 /**
3232 * Constructor.
3333 *
34 - * @param WebInstaller $parent
 34+ * @param $parent WebInstaller
3535 */
3636 public function __construct( WebInstaller $parent ) {
3737 $this->parent = $parent;
Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -20,8 +20,8 @@
2121 /**
2222 * Constructor.
2323 *
24 - * @param WebInstaller $parent
25 - */
 24+ * @param $parent WebInstaller
 25+ */
2626 public function __construct( WebInstaller $parent ) {
2727 $this->parent = $parent;
2828 }

Status & tagging log