Merge "PPAccum_Hash -> PPDAccum_Hash"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 11 May 2014 20:46:34 +0000 (20:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 11 May 2014 20:46:34 +0000 (20:46 +0000)
1  2 
includes/parser/Preprocessor_Hash.php

@@@ -867,10 -867,10 +867,10 @@@ class PPDAccum_Hash 
        }
  
        /**
-        * Append a PPAccum_Hash
+        * Append a PPDAccum_Hash
         * Takes over ownership of the nodes in the source argument. These nodes may
         * subsequently be modified, especially nextSibling.
 -       * @param PPAccum_Hash $accum
 +       * @param PPDAccum_Hash $accum
         */
        function addAccum( $accum ) {
                if ( $accum->lastNode === false ) {