mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 16:14:21 +00:00
d200c5363f
See issue #2172. The locale files are regenerated whenever the test suite is run. The use of PHP_EOL in LocaleGenerator.php is awkward on Windows systems, since it causes git to think the file has changed. Change to use `"\n"` instead.