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 Jun 26, 2024
1 parent fa690ee commit 7d7bbb0
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 176 deletions.
1 change: 0 additions & 1 deletion src/Helpers/RangeFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Spatie\OpeningHours\Helpers;

use Spatie\OpeningHours\PreciseTime;
use Spatie\OpeningHours\Time;
use Spatie\OpeningHours\TimeRange;

Expand Down
2 changes: 1 addition & 1 deletion tests/OpeningHoursStructuredDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function it_can_render_opening_hours_as_an_array_of_structured_data()

$openingHours = OpeningHours::create([
'monday' => [
'hours' => [
'hours' => [
'09:00-17:00',
],
],
Expand Down
Loading

0 comments on commit 7d7bbb0

Please sign in to comment.