r81485 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81484‎ | r81485 | r81486 >
Date:20:57, 3 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix return type documentation
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseInstaller.php
@@ -119,7 +119,7 @@
120120 *
121121 * This will return a cached connection if one is available.
122122 *
123 - * @return DatabaseBase
 123+ * @return Status
124124 */
125125 public function getConnection() {
126126 if ( $this->db ) {

Status & tagging log