Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 unresolved threads
Files
2
@@ -26,7 +26,7 @@ class LanguageHierarchyConfigEventSubscriber implements EventSubscriberInterface
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[ConfigEvents::IMPORT] = ['onConfigImport'];
return $events;
}
Loading