From: Roan Kattouw Date: Mon, 27 Sep 2010 12:30:04 +0000 (+0000) Subject: Fix indentation X-Git-Tag: 1.31.0-rc.0~34787 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=f9066a752884cd95e69af83b826e620455009980;p=lhc%2Fweb%2Fwiklou.git Fix indentation --- diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index ac89cc918f..f6412fc2af 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -116,7 +116,7 @@ class ParserOutput extends CacheTime $mHideNewSection = false, # Hide the new section link? $mNoGallery = false, # No gallery on category page? (__NOGALLERY__) $mHeadItems = array(), # Items to put in the section - $mModules = array(), # Modules to be loaded by the resource loader + $mModules = array(), # Modules to be loaded by the resource loader $mOutputHooks = array(), # Hook tags as per $wgParserOutputHooks $mWarnings = array(), # Warning text to be returned to the user. Wikitext formatted, in the key only $mSections = array(), # Table of contents @@ -147,7 +147,7 @@ class ParserOutput extends CacheTime function &getExternalLinks() { return $this->mExternalLinks; } function getNoGallery() { return $this->mNoGallery; } function getHeadItems() { return $this->mHeadItems; } - function getModules() { return $this->mModules; } + function getModules() { return $this->mModules; } function getSubtitle() { return $this->mSubtitle; } function getOutputHooks() { return (array)$this->mOutputHooks; } function getWarnings() { return array_keys( $this->mWarnings ); }