Skip to content

Commit 8585c21

Browse files
sualkoFelixJacobi
andcommitted
Update src/BigBlueButton.php
Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
1 parent a99b3d0 commit 8585c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BigBlueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function hooksDestroy(HooksDestroyParameters $hooksDestroyParams)
505505
/**
506506
* @return string
507507
*/
508-
public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentParams)
508+
public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentParams): string
509509
{
510510
return $this->urlBuilder->buildUrl(ApiMethod::INSERT_DOCUMENT, $insertDocumentParams->getHTTPQuery());
511511
}

0 commit comments

Comments
 (0)