MDL-66272 core_renderer: fix favicon method PHPDoc

This commit is contained in:
Victor Deniz Falcon
2019-07-30 16:01:38 +01:00
parent f622ee97e3
commit 6097d3e7ff
+2 -2
View File
@@ -4037,10 +4037,10 @@ EOD;
}
/**
* Returns the URL for the favicon.
* Returns the moodle_url for the favicon.
*
* @since Moodle 2.5.1 2.6
* @return string The favicon URL
* @return moodle_url The moodle_url for the favicon
*/
public function favicon() {
return $this->image_url('favicon', 'theme');