r79230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79229‎ | r79230 | r79231 >
Date:02:45, 30 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r79229, fix varible type fail
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3153,7 +3153,7 @@
31543154
31553155 /**
31563156 * Get the load balancer factory object
3157 - * @return LoadBalaner
 3157+ * @return LBFactory
31583158 */
31593159 function &wfGetLBFactory() {
31603160 return LBFactory::singleton();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79229Add function return type hint to wfGetLBFactory...reedy02:44, 30 December 2010

Status & tagging log