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

Revision: 94307
Author:   reedy
Date:     2011-08-11 23:58:29 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
Whitespace

Documentation

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiUpload.php
    trunk/phase3/includes/db/Database.php
    trunk/phase3/includes/specials/SpecialWhatlinkshere.php

Modified: trunk/phase3/includes/api/ApiUpload.php
===================================================================
--- trunk/phase3/includes/api/ApiUpload.php     2011-08-11 23:57:15 UTC (rev 
94306)
+++ trunk/phase3/includes/api/ApiUpload.php     2011-08-11 23:58:29 UTC (rev 
94307)
@@ -260,7 +260,7 @@
                                global $wgUser;
                                $this->mUpload = new UploadFromStash( $wgUser );
                        }
-                       
+
                        $this->mUpload->initialize( $this->mParams['filekey'], 
$this->mParams['filename'] );
 
                } elseif ( isset( $this->mParams['chunk'] ) ) {

Modified: trunk/phase3/includes/db/Database.php
===================================================================
--- trunk/phase3/includes/db/Database.php       2011-08-11 23:57:15 UTC (rev 
94306)
+++ trunk/phase3/includes/db/Database.php       2011-08-11 23:58:29 UTC (rev 
94307)
@@ -2799,6 +2799,8 @@
 
        /**
         * Begin a transaction, committing any previously open transaction
+        *
+        * @param $fname string
         */
        function begin( $fname = 'DatabaseBase::begin' ) {
                $this->query( 'BEGIN', $fname );

Modified: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
===================================================================
--- trunk/phase3/includes/specials/SpecialWhatlinkshere.php     2011-08-11 
23:57:15 UTC (rev 94306)
+++ trunk/phase3/includes/specials/SpecialWhatlinkshere.php     2011-08-11 
23:58:29 UTC (rev 94307)
@@ -48,7 +48,7 @@
 
        function execute( $par ) {
                $out = $this->getOutput();
-               
+
                $this->setHeaders();
 
                $opts = new FormOptions();


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

Reply via email to