Skip to content

Commit

Permalink
Update inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Auditor committed Mar 22, 2018
1 parent 070224c commit a76453d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/BigBlueButton/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public function getUri()
/**
* Set URI.
*
* @param \GuzzleHttp\Psr7\Uri $uri
*
* @return \GuzzleHttp\Psr7\Uri
*/
public function setUri(Uri $uri)
Expand All @@ -92,6 +94,8 @@ public function getSecret()
/**
* Set Secret.
*
* @param string $secret
*
* @return string
*/
public function setSecret($secret)
Expand All @@ -112,6 +116,8 @@ public function getEndpoint()
/**
* Set Endpoint.
*
* @param string $endpoint
*
* @return string
*/
public function setEndpoint($endpoint)
Expand Down Expand Up @@ -208,8 +214,10 @@ private function clean($response)
/**
* Generate call URI.
*
* @params array $options
* @param string $call
* @param array $options
* The query parameters.
* @param bool $checksum
*
* @return string
* A properly formatted call URI.
Expand Down
3 changes: 3 additions & 0 deletions src/BigBlueButton/Member/Meeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,9 @@ public function deleteRecordings($recordIDs)
* config.xml. This enables 3rd party applications to provide user-specific
* config.xml files.
*
* @param string $configXML
* A valid config.xml file.
*
* @return string
* The xml formatted server response string.
*/
Expand Down
1 change: 1 addition & 0 deletions src/BigBlueButton/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ public function getDefaultConfigXML()
* @param string $xml
*
* @return bool
*
* @throws \sanduhrs\BigBlueButton\Exception\BigBlueButtonException
*/
public function setDefaultConfigXML($xml)
Expand Down

0 comments on commit a76453d

Please sign in to comment.