http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84653

Revision: 84653
Author:   reedy
Date:     2011-03-24 00:43:27 +0000 (Thu, 24 Mar 2011)
Log Message:
-----------
Remove some trailing whitespace

Add some documentation

Modified Paths:
--------------
    trunk/phase3/includes/ImageGallery.php
    trunk/phase3/includes/Status.php
    trunk/phase3/includes/api/ApiFileRevert.php

Modified: trunk/phase3/includes/ImageGallery.php
===================================================================
--- trunk/phase3/includes/ImageGallery.php      2011-03-24 00:41:27 UTC (rev 
84652)
+++ trunk/phase3/includes/ImageGallery.php      2011-03-24 00:43:27 UTC (rev 
84653)
@@ -22,6 +22,7 @@
 
        /**
         * Registered parser object for output callbacks
+        * @var Parser
         */
        var $mParser;
 

Modified: trunk/phase3/includes/Status.php
===================================================================
--- trunk/phase3/includes/Status.php    2011-03-24 00:41:27 UTC (rev 84652)
+++ trunk/phase3/includes/Status.php    2011-03-24 00:43:27 UTC (rev 84653)
@@ -305,6 +305,7 @@
                }
                return $result;
        }
+
        /**
         * Returns true if the specified message is present as a warning or 
error
         *

Modified: trunk/phase3/includes/api/ApiFileRevert.php
===================================================================
--- trunk/phase3/includes/api/ApiFileRevert.php 2011-03-24 00:41:27 UTC (rev 
84652)
+++ trunk/phase3/includes/api/ApiFileRevert.php 2011-03-24 00:43:27 UTC (rev 
84653)
@@ -55,7 +55,6 @@
                $this->params = $this->extractRequestParams();
                $this->validateParameters();
 
-
                $sourceUrl = $this->file->getArchiveVirtualUrl( 
$this->archiveName );
                $status = $this->file->upload( $sourceUrl, 
$this->params['comment'], $this->params['comment'] );
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to