Skip to content

Commit

Permalink
Stan
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarland committed Sep 5, 2023
1 parent 231caef commit a3e2240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Service/SchedulesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function getSpecialListingDates(
}, $this->entityManager->getSpecialListingRepo()->findDates($fromInclusive, $toExclusive));
}

public function getNowAndNext(DateTimeImmutable $dateTime, $checkNext = true): array
public function getNowAndNext(DateTimeImmutable $dateTime, bool $checkNext = true): array
{
if ($this->isSpecialDay($dateTime)) {
$broadcasts = $this->getShowsForSpecialDate($dateTime);
Expand Down

0 comments on commit a3e2240

Please sign in to comment.