diff --git a/src/Plugin/migrate/process/EntityLookup.php b/src/Plugin/migrate/process/EntityLookup.php
index 62e96c4af5213bccf9e4ed65aae28945d6208636..b2c8fd50d6ace40c854319b1f3ec46e121f802cf 100644
--- a/src/Plugin/migrate/process/EntityLookup.php
+++ b/src/Plugin/migrate/process/EntityLookup.php
@@ -97,7 +97,7 @@ class EntityLookup extends ProcessPluginBase implements ContainerFactoryPluginIn
   protected ?string $destinationBundleKey = NULL;
   protected ?string $lookupValueKey = NULL;
   protected ?string $lookupBundleKey = NULL;
-  protected ?string $lookupBundle = NULL;
+  protected mixed $lookupBundle = NULL;
   protected ?string $lookupEntityType = NULL;
   protected ?string $destinationProperty;
   protected bool $accessCheck = TRUE;