MDL-57442 core_calendar: Add missing return to event factory interface docs

Part of MDL-55611 epic.
This commit is contained in:
Cameron Ball 2017-02-10 12:47:11 +08:00 committed by Damyon Wiese
parent 4c19dc323a
commit 33be1706e1

View file

@ -53,6 +53,7 @@ interface event_factory_interface {
* @param int $timesort Timestamp by which to sort events. * @param int $timesort Timestamp by which to sort events.
* @param bool $visible The event's visibility. True for visible, false for invisible. * @param bool $visible The event's visibility. True for visible, false for invisible.
* @param int $subscriptionid The subscription ID of the event. * @param int $subscriptionid The subscription ID of the event.
* @return \core_calendar\local\interfaces\event_interface
*/ */
public function create_instance( public function create_instance(
$id, $id,