X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fprocess%2FMigration.php;h=8cae1dd7034a8d237f3d0c1b4aa04202b176090e;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=ef8ad72c3cbb812e7b3f941e5963d43782294a9c;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/migrate/process/Migration.php b/web/core/modules/migrate/src/Plugin/migrate/process/Migration.php index ef8ad72c3..8cae1dd70 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/process/Migration.php +++ b/web/core/modules/migrate/src/Plugin/migrate/process/Migration.php @@ -2,8 +2,7 @@ namespace Drupal\migrate\Plugin\migrate\process; -@trigger_error('The ' . __NAMESPACE__ . '\Migration is deprecated in -Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPACE__ . '\MigrationLookup', E_USER_DEPRECATED); +@trigger_error('The ' . __NAMESPACE__ . '\Migration is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPACE__ . '\MigrationLookup', E_USER_DEPRECATED); /** * Calculates the value of a property based on a previous migration.