From 358e70fb3a6ef130f0f00ea880440a94a062d0cc Mon Sep 17 00:00:00 2001 From: krissss Date: Tue, 26 Nov 2024 05:54:08 +0000 Subject: [PATCH] Fix styling --- tests/Feature/ExtensionSpoutTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/ExtensionSpoutTest.php b/tests/Feature/ExtensionSpoutTest.php index bce8d33..ff18c98 100644 --- a/tests/Feature/ExtensionSpoutTest.php +++ b/tests/Feature/ExtensionSpoutTest.php @@ -162,6 +162,7 @@ public function buildCell($colIndex, int $rowIndex, Cell $cell, array $context = if ($colIndex == 0 && $rowIndex == 1) { $cell->setValue('new value'); } + return $cell; } },