r84653 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84652‎ | r84653 | r84654 >
Date:00:43, 24 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Remove some trailing whitespace

Add some documentation
Modified paths:
  • /trunk/phase3/includes/ImageGallery.php (modified) (history)
  • /trunk/phase3/includes/Status.php (modified) (history)
  • /trunk/phase3/includes/api/ApiFileRevert.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Status.php
@@ -305,6 +305,7 @@
306306 }
307307 return $result;
308308 }
 309+
309310 /**
310311 * Returns true if the specified message is present as a warning or error
311312 *
Index: trunk/phase3/includes/api/ApiFileRevert.php
@@ -55,7 +55,6 @@
5656 $this->params = $this->extractRequestParams();
5757 $this->validateParameters();
5858
59 -
6059 $sourceUrl = $this->file->getArchiveVirtualUrl( $this->archiveName );
6160 $status = $this->file->upload( $sourceUrl, $this->params['comment'], $this->params['comment'] );
6261
Index: trunk/phase3/includes/ImageGallery.php
@@ -22,6 +22,7 @@
2323
2424 /**
2525 * Registered parser object for output callbacks
 26+ * @var Parser
2627 */
2728 var $mParser;
2829

Status & tagging log