From d9505b9dc138f536cca7b7fcd6473d1f9f696f34 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 1 May 2015 23:07:18 -0700 Subject: [PATCH] Updated ParserCache doc types Change-Id: I71fead62a4a498e40b2aa57e6d2701409bf7c7c0 --- includes/parser/ParserCache.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index bc8e4a6993..dc8bb5266a 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -57,7 +57,7 @@ class ParserCache { } /** - * @param Article $article + * @param WikiPage $article * @param string $hash * @return mixed|string */ @@ -73,7 +73,7 @@ class ParserCache { } /** - * @param Article $article + * @param WikiPage $article * @return mixed|string */ protected function getOptionsKey( $article ) { @@ -91,7 +91,7 @@ class ParserCache { * English preferences. That's why we take into account *all* user * options. (r70809 CR) * - * @param Article $article + * @param WikiPage $article * @param ParserOptions $popts * @return string */ @@ -103,7 +103,7 @@ class ParserCache { /** * Retrieve the ParserOutput from ParserCache, even if it's outdated. - * @param Article $article + * @param WikiPage $article * @param ParserOptions $popts * @return ParserOutput|bool False on failure */ @@ -126,7 +126,7 @@ class ParserCache { * * @todo Document parameter $useOutdated * - * @param Article $article + * @param WikiPage $article * @param ParserOptions $popts * @param bool $useOutdated (default true) * @return bool|mixed|string @@ -176,7 +176,7 @@ class ParserCache { * Retrieve the ParserOutput from ParserCache. * false if not found or outdated. * - * @param Article $article + * @param WikiPage $article * @param ParserOptions $popts * @param bool $useOutdated (default false) * -- 2.20.1