Skip to content

Commit 8f8a0b5

Browse files
sualkoFelixJacobi
andcommitted
Update src/Parameters/InsertDocumentParameters.php
Co-authored-by: Felix Jacobi <[email protected]>
1 parent 8ae195d commit 8f8a0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters/InsertDocumentParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(string $meetingID)
4444
/**
4545
* @return CreateMeetingParameters
4646
*/
47-
public function addPresentation(string $url, string $filename, ?bool $downloadable = null, ?bool $removable = null)
47+
public function addPresentation(string $url, string $filename, ?bool $downloadable = null, ?bool $removable = null): self
4848
{
4949
$this->presentations[$url] = [
5050
'filename' => $filename,

0 commit comments

Comments
 (0)