Minor: Format code - refs BT#19392

pull/4117/head
Angel Fernando Quiroz Campos 4 years ago
parent 3e1dfc63b2
commit 56ae16f6bb
  1. 2
      main/inc/lib/agenda.lib.php

@ -2509,7 +2509,7 @@ class Agenda
return $remindersRepo->findBy(
[
'eventId' => $eventId,
'type' => $type ?: $this->type
'type' => $type ?: $this->type,
]
);
}

Loading…
Cancel
Save