Closed
Description
Saving a document triggers an Illegal string offset 'w:compatSetting'
warning, because $this->settings['w:compat']
is initialized as an empty string instead of an empty array in src/PhpWord/Writer/Word2007/Part/Settings.php
. This appears to be the case with PHP7 — PHP5 does not raise the warning.
Metadata
Metadata
Assignees
Labels
No labels