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:
oleibman
2025-02-15 19:18:39 -08:00
parent cd7386f912
commit ec773bbed9
60 changed files with 132 additions and 678 deletions
@@ -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());