Skip to content

Commit

Permalink
Improved BusinessHour structure
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed May 17, 2024
1 parent e632ebe commit 054298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* @phpstan-import-type DayNumber from Day
* @phpstan-type BusinessHour array{daysOfWeek: list<Day|DayNumber>, startTime: string, endTime: string}
* @phpstan-type BusinessHour array{daysOfWeek: array<Day|DayNumber>, startTime: ?string, endTime: ?string}
*/
class Options implements Config
{
Expand Down

0 comments on commit 054298a

Please sign in to comment.