diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php index 2443729..88eca4b 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php @@ -9,7 +9,6 @@ use Drupal\file\Entity\File; use Drupal\menu_link_content\Entity\MenuLinkContent; use Drupal\KernelTests\FileSystemModuleDiscoveryDataProviderTrait; -use Drupal\migrate\Plugin\IdAuditingMigration; use Drupal\node\Entity\Node; use Drupal\taxonomy\Entity\Term; use Drupal\user\Entity\User; diff --git a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php index 30d5483..d911da4 100644 --- a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php +++ b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php @@ -491,7 +491,7 @@ public function buildIdConflictForm(array &$form, FormStateInterface $form_state * An associative array containing the structure of the form. * @param \Drupal\Core\Form\FormStateInterface $form_state * The current state of the form. - * @param array + * @param array $conflicts * The conflicted migration labels. * * @return array @@ -521,7 +521,7 @@ protected function conflictsForm(array &$form, FormStateInterface $form_state, $ * An associative array containing the structure of the form. * @param \Drupal\Core\Form\FormStateInterface $form_state * The current state of the form. - * @param array + * @param array $i18n * The internationalization migration labels. * * @return array