From 9d5cfab4eac3cb94567b2922a2fb471be6aa381f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 21 Feb 2011 17:12:33 +0000 Subject: [PATCH] Fixup and add another return type --- includes/OutputPage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ef06278225..39c50621aa 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1182,7 +1182,7 @@ class OutputPage { * * @param $options either the ParserOption to use or null to only get the * current ParserOption object - * @return current ParserOption object + * @return ParserOptions object */ public function parserOptions( $options = null ) { if ( !$this->mParserOptions ) { @@ -2382,6 +2382,8 @@ class OutputPage { /** * Get a ResourceLoader object associated with this OutputPage + * + * @return ResourceLoader */ public function getResourceLoader() { if ( is_null( $this->mResourceLoader ) ) { -- 2.20.1