Skip to content

Commit abf18da

Browse files
fixup! fix: add event status and participant status
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent ab14a24 commit abf18da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Calendar/CalendarEventBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function setLocation(string $location): ICalendarEventBuilder {
5959
return $this;
6060
}
6161

62-
public function setStatus(CalendarEventStatus $status): ICalendarEventBuilder {
62+
public function setStatus(CalendarEventStatus $status): static {
6363
$this->status = $status;
6464
return $this;
6565
}

0 commit comments

Comments
 (0)