PhpSpreadsheet/tests/PhpSpreadsheetTests/Functional
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
..
AbstractFunctional.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ActiveSheetTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ColumnWidthTest.php BREAKING `Worksheet::getRowDimension()` and `Worksheet::getColumnDimension()` cannot return null anymore 2021-04-25 17:02:36 +09:00
CommentsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ConditionalStopIfTrueTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ConditionalTextTest.php Save Excel 2010+ Functions Properly 2020-05-18 12:37:35 +09:00
DrawingImageHyperlinkTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
EnclosureTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FreezePaneTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
MergedCellsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
PrintAreaTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ReadBlankCellsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ReadFilterTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SelectedCellsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StreamTest.php Codestyle clean-ups 2020-10-09 16:08:20 +02:00
TypeAttributePreservationTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
WorkbookViewAttributesTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00