Running the latest version.
Take two DOCX files, one blank and one with bullet points in, add them to the FileArray array and merge with the following:
$merge = new \Phpdocx\Utilities\MultiMerge();
$merge->mergeDocx($FileArray[0], array_slice($FileArray,1), 'output.docx', array('mergeType' => 1));
This has previously worked for us daily flawlessly for years. Seems to be the latest version 10 as we've made no code changes in code.
Is this a known problem?