From 8dc7b8889ff1cce89b111e6d33924a9debf8dd4e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 11 Aug 2011 23:58:29 +0000 Subject: [PATCH] Whitespace Documentation --- includes/api/ApiUpload.php | 2 +- includes/db/Database.php | 2 ++ includes/specials/SpecialWhatlinkshere.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 52406a1a8f..d361065be2 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -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'] ) ) { diff --git a/includes/db/Database.php b/includes/db/Database.php index c81fb0b2f5..fc0f1848dc 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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 ); diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 5cdaad6af2..37404427f0 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -48,7 +48,7 @@ class SpecialWhatLinksHere extends SpecialPage { function execute( $par ) { $out = $this->getOutput(); - + $this->setHeaders(); $opts = new FormOptions(); -- 2.20.1