Skip to content

Commit

Permalink
Unused Assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Oct 18, 2023
1 parent 8765264 commit 6358400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpSpreadsheetTests/Reader/Xlsx/Issue3767Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testReadWithoutCharts(): void
$sheet = $spreadsheet->getActiveSheet();
$charts = $sheet->getChartCollection();
self::assertCount(0, $charts);
$this->tempfile = $temp = File::temporaryFileName();
$this->tempfile = File::temporaryFileName();
$writer = new XlsxWriter($spreadsheet);
$this->writeCharts($writer);
$writer->save($this->tempfile);
Expand Down

0 comments on commit 6358400

Please sign in to comment.