diff --git a/core/modules/content_translation/src/Plugin/migrate/source/d6/I18nQueryTrait.php b/core/modules/content_translation/src/Plugin/migrate/source/d6/I18nQueryTrait.php index 6586372de1..aceb5ebae5 100644 --- a/core/modules/content_translation/src/Plugin/migrate/source/d6/I18nQueryTrait.php +++ b/core/modules/content_translation/src/Plugin/migrate/source/d6/I18nQueryTrait.php @@ -37,7 +37,7 @@ * @return bool * FALSE if the property has already been migrated. * - * @throws \MigrateException + * @throws \Drupal\migrate\MigrateException */ protected function getPropertyNotInRowTranslation(Row $row, $property_not_in_row, $object_id_name, MigrateIdMapInterface $id_map) { $language = $row->getSourceProperty('language');