r107091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107090‎ | r107091 | r107092 >
Date:18:56, 22 December 2011
Author:grafzahl
Status:ok
Tags:
Comment:
Forgot static keyword
Modified paths:
  • /trunk/extensions/Score/Score.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Score/Score.body.php
@@ -75,7 +75,7 @@
7676 *
7777 * @throws ScoreException always.
7878 */
79 - private function throwCallException( $message, $output ) {
 79+ private static function throwCallException( $message, $output ) {
8080 throw new ScoreException(
8181 $message->rawParams(
8282 Html::rawElement( 'pre',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107083* Changing ScoreException to expect a Message object, suggested by Nikerabbit....grafzahl18:31, 22 December 2011

Status & tagging log