We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab14a24 commit abf18daCopy full SHA for abf18da
lib/private/Calendar/CalendarEventBuilder.php
@@ -59,7 +59,7 @@ public function setLocation(string $location): ICalendarEventBuilder {
59
return $this;
60
}
61
62
- public function setStatus(CalendarEventStatus $status): ICalendarEventBuilder {
+ public function setStatus(CalendarEventStatus $status): static {
63
$this->status = $status;
64
65
0 commit comments