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=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=1b4160a3e32bbd6e6dd06ce55107c4b2f739d355;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;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 1b4160a3e..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. @@ -17,4 +16,4 @@ Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPA * @deprecated in Drupal 8.3.x and will be removed in Drupal 9.0.x. * Use \Drupal\migrate\Plugin\migrate\process\MigrationLookup instead. */ -class Migration extends MigrationLookup { } +class Migration extends MigrationLookup {}