1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Merge remote-tracking branch 'origin/0.15.x' into fix-015-matej-qa

This commit is contained in:
Matej Bačo 2022-06-22 14:51:18 +00:00
commit b1d6decbb2

View file

@ -462,6 +462,9 @@ class Event
$events = \array_map(fn (string $event) => \str_replace(['[', ']'], '', $event), $events);
$events = \array_unique($events);
return $events;
/**
* Force a non-assoc array.
*/
return \array_values($events);
}
}