r64355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64354‎ | r64355 | r64356 >
Date:19:18, 29 March 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix syntax terrors
Modified paths:
  • /trunk/phase3/includes/Message.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Message.php
@@ -115,8 +115,8 @@
116116 * @param Varargs: parameters as Strings
117117 * @return Message: $this
118118 */
119 - public static function key( $key, /*...*/ ) {
120 - return new self( $key, array_shift( func_get_args() );
 119+ public static function key( $key /*...*/ ) {
 120+ return new self( $key, array_shift( func_get_args() ) );
121121 }
122122
123123 /**

Status & tagging log