Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate_drupal / src / Annotation / MigrateCckField.php
index 73949e138331e56b269874a1dca3f3419862bfcd..20558200e9f9f0b52075d4da9358b4c03ec83622 100644 (file)
@@ -2,9 +2,7 @@
 
 namespace Drupal\migrate_drupal\Annotation;
 
-@trigger_error('MigrateCckField is deprecated in Drupal 8.3.x and will be
-removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateField
-instead.', E_USER_DEPRECATED);
+@trigger_error('MigrateCckField is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateField instead.', E_USER_DEPRECATED);
 
 /**
  * Deprecated: Defines a cckfield plugin annotation object.
@@ -14,6 +12,8 @@ instead.', E_USER_DEPRECATED);
  *
  * Plugin Namespace: Plugin\migrate\cckfield
  *
+ * @see https://www.drupal.org/node/2751897
+ *
  * @Annotation
  */
 class MigrateCckField extends MigrateField {