mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 03:38:30 +00:00
033a4bdad5
Having default values made it harder for end-user to figure out whether it the arguement had to be supplied or not. Ommitting the argument may lead to hard to debug issues, and is overall not a good idea. Closes #110