Index: trunk/phase3/includes/Message.php |
— | — | @@ -115,8 +115,8 @@ |
116 | 116 | * @param Varargs: parameters as Strings |
117 | 117 | * @return Message: $this |
118 | 118 | */ |
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() ) ); |
121 | 121 | } |
122 | 122 | |
123 | 123 | /** |