From cdc2ab0ff1209dbb1285b28afaea849da9ea8955 Mon Sep 17 00:00:00 2001 From: Lisa Ridley Date: Mon, 15 Mar 2010 13:40:51 +0000 Subject: [PATCH] Fixed typo in documentation in Article.php --- includes/Article.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) { -- 2.20.1