Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Mar 10, 2023
1 parent a432116 commit 3e207f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ public function getTimezoneRangeCollection(): TimezoneRangeCollection
->add($this->starts)
->add($this->ends)
->add($this->created)
->add(is_string($this->rrule)
->add(
is_string($this->rrule)
? [$this->rruleStarting, $this->rruleUntil]
: $this->rrule
)
Expand Down

0 comments on commit 3e207f2

Please sign in to comment.