Mentions removed default values in migration guide

Closes #360
This commit is contained in:
Adrien Crivelli 2018-02-11 16:24:14 +09:00
parent 2e37578971
commit 8aef9d10a3
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 6 additions and 0 deletions

View File

@ -425,3 +425,9 @@ All the following methods are affected:
- `PHPExcel_Worksheet::unprotectCellsByColumnAndRow()`
- `PHPExcel_Worksheet_PageSetup::addPrintAreaByColumnAndRow()`
- `PHPExcel_Worksheet_PageSetup::setPrintAreaByColumnAndRow()`
### Removed default values
Default values for many methods were removed when it did not make sense. Typically,
setter methods should not have default values. For a complete list of methods and
their original default values, see [that commit](https://github.com/PHPOffice/PhpSpreadsheet/commit/033a4bdad56340795a5bf7ec3c8a2fde005cda24).