Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / process / DedupeBase.php
index 910058eb0faf9fe647f24b5ec32d5d0522e9752e..90801ebdcb41cf74f0924d1698816254ea7bd9c4 100644 (file)
@@ -17,6 +17,8 @@ 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\MakeUniqueBase instead.
+ *
+ * @see https://www.drupal.org/node/2873762
  */
 abstract class DedupeBase extends MakeUniqueBase {
 }