From f9066a752884cd95e69af83b826e620455009980 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 27 Sep 2010 12:30:04 +0000 Subject: [PATCH] Fix indentation --- includes/parser/ParserOutput.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); } -- 2.20.1