Skip to content
Snippets Groups Projects
Commit 2da8bf67 authored by project update bot's avatar project update bot Committed by Lee Rowlands
Browse files

Issue #3428309: Automated Drupal 11 compatibility fixes for build_hooks

parent 30c29df5
No related branches found
No related tags found
1 merge request!12Automated Project Update Bot fixes
Pipeline #124514 passed with warnings
...@@ -14,7 +14,7 @@ class EventSubscriber implements EventSubscriberInterface { ...@@ -14,7 +14,7 @@ class EventSubscriber implements EventSubscriberInterface {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static function getSubscribedEvents() { public static function getSubscribedEvents(): array {
return [ return [
BuildTrigger::class => 'onBuildTrigger', BuildTrigger::class => 'onBuildTrigger',
]; ];
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment