You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.