Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwikberg-virta committed Aug 30, 2024
1 parent 6a21a46 commit 349afde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Concerns/WithMultipleSheetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ public function test_unknown_sheet_indices_can_be_ignored_per_name()
public function sheets(): array
{
return [
'Sheet1' => new class {},
'Sheet1' => new class {
},
'Some Random Sheet Name' => new class implements SkipsUnknownSheets
{
/**
Expand Down

0 comments on commit 349afde

Please sign in to comment.