mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-28 02:58:26 +00:00
c2b38b0ee0
We use to write the wrong property to file, leading to a warning in PHP 7.1 since the `switch` never matched anything and the variable was left as a string instead of as an int. Closes https://github.com/PHPOffice/PHPExcel/issues/1110