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 8585c21 commit 1f093edCopy full SHA for 1f093ed
src/BigBlueButton.php
@@ -516,7 +516,7 @@ public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentPar
516
* @throws ParsingException
517
* @throws RuntimeException
518
*/
519
- public function insertDocument(InsertDocumentParameters $insertDocumentParams)
+ public function insertDocument(InsertDocumentParameters $insertDocumentParams): InsertDocumentReponse
520
{
521
$xml = $this->processXmlResponse($this->getInsertDocumentUrl($insertDocumentParams), $insertDocumentParams->getPresentationsAsXML());
522
0 commit comments