Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -66,7 +66,7 @@ class RocketshipBlocksSectionLibraryTemplateMigrateSubscriber implements EventSu
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[MigrateEvents::POST_ROW_SAVE] = ['onMigratePostRowSaveEvent'];
return $events;
Loading