MDL-80820 various: fix incorrect phpdocs

This commit is contained in:
Marina Glancy
2024-04-08 10:13:10 +01:00
parent 26649f5750
commit ef1759da74
53 changed files with 239 additions and 245 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ class google_oauth extends oauth2_client {
* @param string $url The URL to request
* @param array $options
* @param mixed $acceptheader Not used.
* @return bool
* @return string
*/
protected function request($url, $options = array(), $acceptheader = 'application/json') {
return parent::request($url, $options, false);