PhpSpreadsheet/tests/PhpSpreadsheetTests/Worksheet
Adrien Crivelli d85eaacfa3
BREAKING `Worksheet::getCell()` cannot return null anymore
`Worksheet::getCell()` used to optionnaly return null if passed a
second argument. This second argument was removed entirely and the
method always returns a Cell (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::cellExists()` before calling `getCell()`.
2021-04-13 11:09:29 +09:00
..
AutoFilter Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AutoFilterTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ColumnCellIterator2Test.php Let's see what Scrutinizer makes of these changes (#1859) 2021-02-18 12:39:24 +01:00
ColumnCellIteratorTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ColumnDimensionTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ColumnIteratorTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ColumnTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DrawingTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IteratorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PageMarginsTest.php Stricter visibility 2020-07-19 12:30:31 +09:00
ProtectionTest.php Password and hash are exclusive 2020-05-31 22:36:37 +09:00
RowCellIterator2Test.php Let's see what Scrutinizer makes of these changes (#1859) 2021-02-18 12:39:24 +01:00
RowCellIteratorTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RowIteratorTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RowTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
WorksheetNamedRangesTest.php BREAKING `Worksheet::getCell()` cannot return null anymore 2021-04-13 11:09:29 +09:00
WorksheetTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00