r34290 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34289‎ | r34290 | r34291 >
Date:01:08, 6 May 2008
Author:aaron
Status:old
Tags:
Comment:
E_STRICT
Modified paths:
  • /trunk/phase3/includes/Preprocessor_Hash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Preprocessor_Hash.php
@@ -1222,7 +1222,7 @@
12231223 }
12241224 }
12251225
1226 - function newWithText( $name, $text ) {
 1226+ static function newWithText( $name, $text ) {
12271227 $obj = new self( $name );
12281228 $obj->addChild( new PPNode_Hash_Text( $text ) );
12291229 return $obj;

Status & tagging log