Remove some trailing whitespace
authorSam Reed <reedy@users.mediawiki.org>
Thu, 24 Mar 2011 00:43:27 +0000 (00:43 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 24 Mar 2011 00:43:27 +0000 (00:43 +0000)
Add some documentation

includes/ImageGallery.php
includes/Status.php
includes/api/ApiFileRevert.php

index 4ee9a77..fc980af 100644 (file)
@@ -22,6 +22,7 @@ class ImageGallery
 
        /**
         * Registered parser object for output callbacks
+        * @var Parser
         */
        var $mParser;
 
index 6e44d0b..372f8c6 100644 (file)
@@ -305,6 +305,7 @@ class Status {
                }
                return $result;
        }
+
        /**
         * Returns true if the specified message is present as a warning or error
         *
index 2cf3b90..b330e2b 100644 (file)
@@ -55,7 +55,6 @@ class ApiFileRevert extends ApiBase {
                $this->params = $this->extractRequestParams();
                $this->validateParameters();
 
-
                $sourceUrl = $this->file->getArchiveVirtualUrl( $this->archiveName );
                $status = $this->file->upload( $sourceUrl, $this->params['comment'], $this->params['comment'] );