Merge "Normalize dir path in AutoLoaderStructureTest"
[lhc/web/wiklou.git] / includes / tidy / RemexMungerData.php
index 08d148f..c0dd00b 100644 (file)
@@ -83,6 +83,8 @@ class RemexMungerData {
         * @return string
         */
        public function dump() {
+               $parts = [];
+
                if ( $this->childPElement ) {
                        $parts[] = 'childPElement=' . $this->childPElement->getDebugTag();
                }