Skip to content

Commit

Permalink
Eliminate Unused Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Dec 19, 2024
1 parent 9fc8e50 commit 52c6a67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function testRowBreaks(): void
$spreadsheet->disconnectWorksheets();
$reloadedSheet = $reloadedSpreadsheet->getActiveSheet();
self::assertSame(['t' => 'array', 'ref' => 'E3:F7'], $reloadedSheet->getCell('E3')->getFormulaAttributes());
$group = $reloadedSheet->rangeToArray('E3:F8');
$expected = [
['Design', '$505,000 '],
['Development', '$346,000 '],
Expand Down

0 comments on commit 52c6a67

Please sign in to comment.