Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
3
@@ -57,7 +57,7 @@ class RouteSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[RoutingEvents::DYNAMIC] = 'onDynamicRoutes';
return $events;
}
Loading