mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-58504 mod_*: fixed PHPDoc return type for *_provide_event_action
This commit is contained in:
parent
ffc4b7e4af
commit
01f96180ff
21 changed files with 21 additions and 21 deletions
|
@ -1621,7 +1621,7 @@ function lesson_check_updates_since(cm_info $cm, $from, $filter = array()) {
|
|||
*
|
||||
* @param calendar_event $event
|
||||
* @param \core_calendar\action_factory $factory
|
||||
* @return \core_calendar\local\event\value_objects\action|\core_calendar\local\interfaces\action_interface|null
|
||||
* @return \core_calendar\local\event\entities\action_interface|null
|
||||
*/
|
||||
function mod_lesson_core_calendar_provide_event_action(calendar_event $event,
|
||||
\core_calendar\action_factory $factory) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue