Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
4
@@ -14,7 +14,7 @@ class LayoutBuilderComponentRenderArray implements EventSubscriberInterface {
@@ -14,7 +14,7 @@ class LayoutBuilderComponentRenderArray implements EventSubscriberInterface {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY] = ['onBuildRender'];
$events[LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY] = ['onBuildRender'];
return $events;
return $events;
}
}
Loading