Skip to content

Commit

Permalink
Merge pull request #250 from spatie/analysis-N4N5Lr
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kylekatarnls committed Jun 26, 2024
2 parents fa690ee + 7d7bbb0 commit 76c3a65
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 76c3a65

Please sign in to comment.