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
@@ -639,7 +639,7 @@ abstract class oauth2_client extends curl {
* @param string $url The URL to request
* @param array $options
* @param mixed $acceptheader mimetype (as string) or false to skip sending an accept header.
* @return bool
* @return string
*/
protected function request($url, $options = array(), $acceptheader = 'application/json') {
$murl = new moodle_url($url);