Skip to content
Snippets Groups Projects
Commit eab765cf authored by project update bot's avatar project update bot Committed by Boris Doesborg
Browse files

Issue #3433406 by project update bot, batigolix: Automated Drupal 11...

Issue #3433406 by project update bot, batigolix: Automated Drupal 11 compatibility fixes for migrate_devel
parent bafdf9e4
Branches 8.x-2.x
No related tags found
2 merge requests!8Issue #3433406 by project update bot, batigolix: Automated Drupal 11...,!7Automated Project Update Bot fixes
Pipeline #330775 passed
......@@ -92,7 +92,7 @@ class MigrationEventSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[MigrateEvents::PRE_ROW_SAVE][] = ['debugRowPreSave'];
$events[MigrateEvents::POST_ROW_SAVE][] = ['debugRowPostSave'];
return $events;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment