From: umherirrender Date: Mon, 4 Aug 2014 11:04:01 +0000 (+0200) Subject: Fix doc of PPFrame_Hash::cachedExpand X-Git-Tag: 1.31.0-rc.0~14358^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=b63b9f1e92ce384f107f2a9c3c1244bdd6c10508;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 */