Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 25, 2023
1 parent 61fb282 commit 2d63cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/OpeningHoursFillTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Spatie\OpeningHours\OpeningHours;
use Spatie\OpeningHours\OpeningHoursForDay;
use Spatie\OpeningHours\TimeRange;
use ValueError;

class OpeningHoursFillTest extends TestCase
{
Expand Down
3 changes: 2 additions & 1 deletion tests/OpeningHoursTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,8 @@ public function it_can_determine_that_its_open_now()
/** @test */
public function it_can_use_day_enum()
{
$openingHours = new class () extends OpeningHours {
$openingHours = new class() extends OpeningHours
{
public readonly array $days;

public function __construct()
Expand Down

0 comments on commit 2d63cc0

Please sign in to comment.