PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
Adrien Crivelli 4e2259c135
BREAKING `Worksheet::getRowDimension()` and `Worksheet::getColumnDimension()` cannot return null anymore
Both methods used to optionally return null if passed a
second argument. This second argument was removed entirely and the
method always returns a RowDimension or ColumnDimension respectively
(possibly creating it if needed).

This make the API more predictable and easier to do static analysis
with tools such as PHPStan.

If you relied on that second parameter, you should instead use the
`Worksheet::getRowDimensions()` or `Worksheet::getColumnDimensions()` and
check for existence yourself before calling the getters.
2021-04-25 17:02:36 +09:00
..
Database Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DateTime DateTimeExcel - Change Names of funcWhatever to evaluate (#2015) 2021-04-24 18:56:58 +02:00
Engineering Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Financial Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Logical Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LookupRef Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
MathTrig BREAKING `Worksheet::getRowDimension()` and `Worksheet::getColumnDimension()` cannot return null anymore 2021-04-25 17:02:36 +09:00
Statistical Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TextData Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Web WEBSERVICE is HTTP client agnostic 2020-07-19 11:33:01 +09:00