diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php index 915acc8..4417e91 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php +++ b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d6; -@trigger_error('CommentVariable is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentVariable is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; use Drupal\migrate\Plugin\migrate\source\DummyQueryTrait; @@ -13,7 +13,7 @@ * source_module = "comment" * ) * - * @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.x. Use + * @deprecated in Drupal 8.4.x, to be removed before Drupal 9.0.x. Use * \Drupal\node\Plugin\migrate\source\d6\NodeType instead. */ class CommentVariable extends DrupalSqlBase { diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php index 470bbab..03e9565 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php +++ b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d6; -@trigger_error('CommentVariablePerCommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); /** * @MigrateSource( @@ -10,7 +10,7 @@ * source_module = "comment" * ) * - * @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.x. Use + * @deprecated in Drupal 8.4.x, to be removed before Drupal 9.0.x. Use * \Drupal\node\Plugin\migrate\source\d6\NodeType instead. */ class CommentVariablePerCommentType extends CommentVariable { diff --git a/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php b/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php index 4be9b86..f022b42 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php +++ b/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d7; -@trigger_error('CommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\NodeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\NodeType instead.', E_USER_DEPRECATED); use Drupal\comment\Plugin\Field\FieldType\CommentItemInterface; use Drupal\migrate\Row; @@ -16,7 +16,7 @@ * source_module = "comment" * ) * - * @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.x. Use + * @deprecated in Drupal 8.4.x, to be removed before Drupal 9.0.x. Use * \Drupal\node\Plugin\migrate\source\d7\NodeType instead. */ class CommentType extends DrupalSqlBase {