From: Sam Reed Date: Mon, 21 Feb 2011 17:12:33 +0000 (+0000) Subject: Fixup and add another return type X-Git-Tag: 1.31.0-rc.0~31844 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=9d5cfab4eac3cb94567b2922a2fb471be6aa381f;p=lhc%2Fweb%2Fwiklou.git Fixup and add another return type --- 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 ) ) {