Fix doc of PPFrame_Hash::cachedExpand
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 4 Aug 2014 11:04:01 +0000 (13:04 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 11 Aug 2014 19:15:33 +0000 (19:15 +0000)
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

index 26daca1..68268f7 100644 (file)
@@ -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
         */