mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error
This commit is contained in:
parent
f42c34a38a
commit
04123f6d85
@ -480,8 +480,11 @@ class portfolio_format_leap2a_entry {
|
||||
|
||||
/**
|
||||
* Hook function for subclasses to add extra links (like for files)
|
||||
*
|
||||
* @param DomDocument $dom feed object
|
||||
* @param DomDocument $entry feed added link
|
||||
*/
|
||||
protected function add_extra_links() {}
|
||||
protected function add_extra_links($dom, $entry) {}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user