diff --git a/core/modules/migrate_drupal/src/MigrationCreationTrait.php b/core/modules/migrate_drupal/src/MigrationCreationTrait.php index 9bbc386..7fa44bb 100644 --- a/core/modules/migrate_drupal/src/MigrationCreationTrait.php +++ b/core/modules/migrate_drupal/src/MigrationCreationTrait.php @@ -2,11 +2,11 @@ namespace Drupal\migrate_drupal; /** - * @deprecated in Drupal 8.1.x and will be removed in Drupal 9.0.x. Use + * @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.0. Use * \Drupal\migrate_drupal\MigrationConfigurationTrait instead. */ trait MigrationCreationTrait { use MigrationConfigurationTrait;