Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / process / DedupeEntity.php
index afa31455d4d8d49e405187e596f261c916c84608..e635918839f3f054d4f348932c84f0789cf6e9a7 100644 (file)
@@ -19,5 +19,7 @@ Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPA
  *
  * @deprecated in Drupal 8.4.x and will be removed in Drupal 9.0.x. Use
  *   \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField instead.
+ *
+ * @see https://www.drupal.org/node/2873762
  */
-class DedupeEntity extends MakeUniqueEntityField { }
+class DedupeEntity extends MakeUniqueEntityField {}