Skip to content

Commit

Permalink
MDL-75316 core: Corrected oauth2_client::get_accesstoken() docblock
Browse files Browse the repository at this point in the history
Originally implemented as MDL-75932
  • Loading branch information
mickhawkins committed Apr 18, 2023
1 parent 77f85ed commit 42ba049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oauthlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -726,11 +726,11 @@ protected function get_stored_token() {
}

/**
* Get access token.
* Get access token object.
*
* This is just a getter to read the private property.
*
* @return string
* @return stdClass
*/
public function get_accesstoken() {
return $this->accesstoken;
Expand Down

0 comments on commit 42ba049

Please sign in to comment.