mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 14:48:21 +00:00
5769885802
Specifically, the default for these two functions has been changed from `ENT_COMPAT` to `ENT_QUOTES | ENT_SUBSTITUTE` This PR configures the argument used for those functions in Settings, and then explicitly applies it everywhere they are used in the codebase.