mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
Phpstan Bleeding Edge Part 2 of Many
This will be the biggest of these changes. It takes care of all of the remaining problems in tests. I will handle the problems in src more slowly.
This commit is contained in:
@@ -145,7 +145,6 @@ class DataSeriesValues2Test extends AbstractFunctional
|
||||
$plotArea2 = $chart2->getPlotArea();
|
||||
self::assertNotNull($plotArea2);
|
||||
$plotGroup2 = $plotArea2->getPlotGroup()[0];
|
||||
self::assertNotNull($plotGroup2);
|
||||
$plotValues2 = $plotGroup2->getPlotValues();
|
||||
self::assertCount(3, $plotValues2);
|
||||
self::assertSame([15.0, 73.0, 61.0, 32.0], $plotValues2[1]->getDataValues());
|
||||
|
||||
Reference in New Issue
Block a user