Skip to content

Commit 1e364a4

Browse files
vmdefjunpataleta
authored andcommitted
MDL-66272 core_renderer: fix favicon method PHPDoc
1 parent f3732b7 commit 1e364a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/outputrenderers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,10 +4031,10 @@ public function page_title() {
40314031
}
40324032

40334033
/**
4034-
* Returns the URL for the favicon.
4034+
* Returns the moodle_url for the favicon.
40354035
*
40364036
* @since Moodle 2.5.1 2.6
4037-
* @return string The favicon URL
4037+
* @return moodle_url The moodle_url for the favicon
40384038
*/
40394039
public function favicon() {
40404040
return $this->image_url('favicon', 'theme');

0 commit comments

Comments
 (0)