From: jenkins-bot Date: Sun, 11 May 2014 20:46:34 +0000 (+0000) Subject: Merge "PPAccum_Hash -> PPDAccum_Hash" X-Git-Tag: 1.31.0-rc.0~15748 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=3564c521a1fe45269cb4505572bb4851254c7b6e;p=lhc%2Fweb%2Fwiklou.git Merge "PPAccum_Hash -> PPDAccum_Hash" --- 3564c521a1fe45269cb4505572bb4851254c7b6e diff --cc includes/parser/Preprocessor_Hash.php index dae633587d,d928d64b5a..a5b6b43e9e --- a/includes/parser/Preprocessor_Hash.php +++ b/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 ) {