From b63b9f1e92ce384f107f2a9c3c1244bdd6c10508 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 4 Aug 2014 13:04:01 +0200 Subject: [PATCH] Fix doc of PPFrame_Hash::cachedExpand There is no PPNode_Hash class, use interface PPNode Preprocessor_Hash does not work with DOMDocument, so remove that Follow-Up: I621e9075e0f136ac188a4d2f53418b7cc957408d Change-Id: Ic234d37e15b7fdf274bd55101bb576d2ec49a781 --- includes/parser/Preprocessor_Hash.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/parser/Preprocessor_Hash.php b/includes/parser/Preprocessor_Hash.php index 26daca18ca..68268f7f51 100644 --- a/includes/parser/Preprocessor_Hash.php +++ b/includes/parser/Preprocessor_Hash.php @@ -984,7 +984,7 @@ class PPFrame_Hash implements PPFrame { /** * @throws MWException * @param string|int $key - * @param string|PPNode_Hash|DOMDocument $root + * @param string|PPNode $root * @param int $flags * @return string */ @@ -1504,7 +1504,7 @@ class PPTemplateFrame_Hash extends PPFrame_Hash { /** * @throws MWException * @param string|int $key - * @param string|PPNode_Hash|DOMDocument $root + * @param string|PPNode $root * @param int $flags * @return string */ -- 2.20.1