Skip to content

Commit

Permalink
refactor adjustForTimeJumpsOfHourlyEvent to be protected
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 30, 2024
1 parent 85d72e0 commit cc112fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Recur/RRuleIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ protected function advanceTheDate(string $interval): void
/**
* Does the processing for adjusting the time of multi-hourly events when summer time starts.
*/
private function adjustForTimeJumpsOfHourlyEvent(\DateTimeInterface $previousEventDateTime): void
protected function adjustForTimeJumpsOfHourlyEvent(\DateTimeInterface $previousEventDateTime): void
{
if (0 === $this->hourJump) {
// Remember if the clock time jumped forward on the next occurrence.
Expand Down

0 comments on commit cc112fb

Please sign in to comment.