Skip to content

Commit 5f91c03

Browse files
committed
Scrutinizer (legit)
1 parent d06230e commit 5f91c03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/PhpSpreadsheetTests/Writer/Xlsx/ArrayFormulaValidationTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ protected function tearDown(): void
2929
*/
3030
public function testWriteArrayFormulaValidation(string $formula): void
3131
{
32-
$spreadsheet = new Spreadsheet();
33-
$worksheet = $spreadsheet->getActiveSheet();
34-
3532
$spreadsheet = new Spreadsheet();
3633
Calculation::getInstance($spreadsheet)
3734
->setInstanceArrayReturnType(

0 commit comments

Comments
 (0)