Skip to content

Commit 1f093ed

Browse files
sualkoFelixJacobi
andcommitted
Update src/BigBlueButton.php
Co-authored-by: Felix Jacobi <[email protected]>
1 parent 8585c21 commit 1f093ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentPar
516516
* @throws ParsingException
517517
* @throws RuntimeException
518518
*/
519-
public function insertDocument(InsertDocumentParameters $insertDocumentParams)
519+
public function insertDocument(InsertDocumentParameters $insertDocumentParams): InsertDocumentReponse
520520
{
521521
$xml = $this->processXmlResponse($this->getInsertDocumentUrl($insertDocumentParams), $insertDocumentParams->getPresentationsAsXML());
522522

0 commit comments

Comments
 (0)