Whitespace
authorSam Reed <reedy@users.mediawiki.org>
Thu, 11 Aug 2011 23:58:29 +0000 (23:58 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 11 Aug 2011 23:58:29 +0000 (23:58 +0000)
Documentation

includes/api/ApiUpload.php
includes/db/Database.php
includes/specials/SpecialWhatlinkshere.php

index 52406a1..d361065 100644 (file)
@@ -260,7 +260,7 @@ class ApiUpload extends ApiBase {
                                global $wgUser;
                                $this->mUpload = new UploadFromStash( $wgUser );
                        }
-                       
+
                        $this->mUpload->initialize( $this->mParams['filekey'], $this->mParams['filename'] );
 
                } elseif ( isset( $this->mParams['chunk'] ) ) {
index c81fb0b..fc0f184 100644 (file)
@@ -2799,6 +2799,8 @@ abstract class DatabaseBase implements DatabaseType {
 
        /**
         * Begin a transaction, committing any previously open transaction
+        *
+        * @param $fname string
         */
        function begin( $fname = 'DatabaseBase::begin' ) {
                $this->query( 'BEGIN', $fname );
index 5cdaad6..3740442 100644 (file)
@@ -48,7 +48,7 @@ class SpecialWhatLinksHere extends SpecialPage {
 
        function execute( $par ) {
                $out = $this->getOutput();
-               
+
                $this->setHeaders();
 
                $opts = new FormOptions();