Skip to content

Commit 820d9ca

Browse files
committed
Scrutinizer Keeps Holding Out on Dead Code
I think this may finish it off.
1 parent b648420 commit 820d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Worksheet/Table/ColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testVariousSets(): void
7474
self::assertEquals($function, $result->getTotalsRowFunction());
7575

7676
$formula = '=SUM(Sales_Data[[#This Row],[Q1]:[Q4]])';
77-
$result = $column->setColumnFormula($formula);
77+
$column->setColumnFormula($formula);
7878
self::assertEquals($formula, $column->getColumnFormula());
7979
}
8080

0 commit comments

Comments
 (0)