Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jschram committed Apr 25, 2024
1 parent 8c02a91 commit 1388b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FastExcelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function testExportXlsxWithDates()
['col1' => new \DateTimeImmutable('2018-07-02 00:00:00.000000')],
]);

$file = __DIR__ . '/test-dates-export.xlsx';
$file = __DIR__.'/test-dates-export.xlsx';
(new FastExcel(clone $collection))
->setColumnStyles([
0 => (new Style())->setFormat('mm/dd/yyyy'),
Expand Down

0 comments on commit 1388b30

Please sign in to comment.