From: Lisa Ridley Date: Mon, 15 Mar 2010 13:40:51 +0000 (+0000) Subject: Fixed typo in documentation in Article.php X-Git-Tag: 1.31.0-rc.0~37444 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=cdc2ab0ff1209dbb1285b28afaea849da9ea8955;p=lhc%2Fweb%2Fwiklou.git Fixed typo in documentation in Article.php --- diff --git a/includes/Article.php b/includes/Article.php index 1cde03415b..569590523c 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -3843,6 +3843,7 @@ class Article { * Purge caches on page update etc * * @param $title Title object + * @todo: verify that $title is always a Title object (and never false or null), add Title hint to parameter $title */ public static function onArticleEdit( $title ) { global $wgDeferredUpdateList; @@ -4133,7 +4134,7 @@ class Article { /** * Updates cascading protections * - * @param $parserOutput mixedParseerOptions object, or boolean false + * @param $parserOutput mixed ParseerOptions object, or boolean false **/ protected function doCascadeProtectionUpdates( $parserOutput ) {