From 8aef9d10a3c31fbd27cc9ca83849d8a0ad5f242d Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 11 Feb 2018 16:24:14 +0900 Subject: [PATCH] Mentions removed default values in migration guide Closes #360 --- docs/topics/migration-from-PHPExcel.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/topics/migration-from-PHPExcel.md b/docs/topics/migration-from-PHPExcel.md index a65acca6..b250790b 100644 --- a/docs/topics/migration-from-PHPExcel.md +++ b/docs/topics/migration-from-PHPExcel.md @@ -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).