Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrateDestinationInterface.php
index a42d70f4f4ca7bf93d0bcca5ee2709473cdeb5b5..565b4af72d5b15a307de72cdec1959163c1902d8 100644 (file)
@@ -11,7 +11,7 @@ use Drupal\migrate\Row;
  * Destinations are responsible for persisting source data into the destination
  * Drupal.
  *
- * @see \Drupal\migrate\Plugin\destination\DestinationBase
+ * @see \Drupal\migrate\Plugin\migrate\destination\DestinationBase
  * @see \Drupal\migrate\Plugin\MigrateDestinationPluginManager
  * @see \Drupal\migrate\Annotation\MigrateDestination
  * @see plugin_api