From cc112fbde94450699a957bfc4be48caa8e699f77 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 27 May 2024 14:33:03 +0545 Subject: [PATCH] refactor adjustForTimeJumpsOfHourlyEvent to be protected --- lib/Recur/RRuleIterator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Recur/RRuleIterator.php b/lib/Recur/RRuleIterator.php index f1fd03e3..84f761bc 100644 --- a/lib/Recur/RRuleIterator.php +++ b/lib/Recur/RRuleIterator.php @@ -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.