Skip to content

Commit ae1fa15

Browse files
committed
Fix return type error
1 parent 36d38d6 commit ae1fa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters/CreateMeetingParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function setBreakout(bool $isBreakout): self
405405
return $this;
406406
}
407407

408-
public function isBreakout(): bool
408+
public function isBreakout(): ?bool
409409
{
410410
return $this->isBreakout;
411411
}

0 commit comments

Comments
 (0)