r90609 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90608‎ | r90609 | r90610 >
Date:21:38, 22 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix code style
Modified paths:
  • /trunk/phase3/includes/Action.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Action.php
@@ -59,13 +59,9 @@
6060
6161 if ( $wgActions[$action] === false ) {
6262 return false;
63 - }
64 -
65 - elseif ( $wgActions[$action] === true ) {
 63+ } elseif ( $wgActions[$action] === true ) {
6664 return ucfirst( $action ) . 'Action';
67 - }
68 -
69 - else {
 65+ } else {
7066 return $wgActions[$action];
7167 }
7268 }

Status & tagging log