We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99b3d0 commit 8585c21Copy full SHA for 8585c21
1 file changed
src/BigBlueButton.php
@@ -505,7 +505,7 @@ public function hooksDestroy(HooksDestroyParameters $hooksDestroyParams)
505
/**
506
* @return string
507
*/
508
- public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentParams)
+ public function getInsertDocumentUrl(InsertDocumentParameters $insertDocumentParams): string
509
{
510
return $this->urlBuilder->buildUrl(ApiMethod::INSERT_DOCUMENT, $insertDocumentParams->getHTTPQuery());
511
}
0 commit comments