r52893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52892‎ | r52893 | r52894 >
Date:08:42, 8 July 2009
Author:tstarling
Status:ok
Tags:
Comment:
Added missing static keyword
Modified paths:
  • /trunk/phase3/includes/PoolCounter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PoolCounter.php
@@ -1,7 +1,7 @@
22 <?php
33
44 abstract class PoolCounter {
5 - public function factory( $type, $key ) {
 5+ public static function factory( $type, $key ) {
66 global $wgPoolCounterConf;
77 if ( !isset( $wgPoolCounterConf[$type] ) ) {
88 return new PoolCounter_Stub;

Status & tagging log