diff --git a/core/modules/migrate_drupal_ui/src/MigrationProviders.php b/core/modules/migrate_drupal_ui/src/MigrationProviders.php index 4f49122..6924dd8 100644 --- a/core/modules/migrate_drupal_ui/src/MigrationProviders.php +++ b/core/modules/migrate_drupal_ui/src/MigrationProviders.php @@ -3,11 +3,14 @@ namespace Drupal\migrate_drupal_ui; /** - * Gets the source and destination provider for a migration. + * Provides a source and destination provider for a migration. */ class MigrationProviders { /** + * /** + * Gets the source and destination provider for a migration. + * * @param \Drupal\migrate\Plugin\MigrationInterface $migration * The migration entity. * diff --git a/core/modules/migrate_drupal_ui/tests/modules/provider_test/provider_test.info.yml b/core/modules/migrate_drupal_ui/tests/modules/provider_test/provider_test.info.yml index 8642c6c..882ff4f 100644 --- a/core/modules/migrate_drupal_ui/tests/modules/provider_test/provider_test.info.yml +++ b/core/modules/migrate_drupal_ui/tests/modules/provider_test/provider_test.info.yml @@ -1,6 +1,6 @@ name: 'Provider missing' type: module -description: 'Add a migration missing a source and destination and a source plugin missing a source provide.' +description: 'Add a migration missing a source and destination and a source plugin missing a source provider.' package: Testing version: VERSION core: 8.x