X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fprocess%2FIterator.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fprocess%2FIterator.php;h=4878ad45f1fb98554990c28c5ae499b4a913100c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=5400e1870a81e0efe53f404ccda54e4a5f8d60fe;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php b/web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php index 5400e1870..4878ad45f 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php +++ b/web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php @@ -2,8 +2,7 @@ namespace Drupal\migrate\Plugin\migrate\process; -@trigger_error('The ' . __NAMESPACE__ . '\Iterator is deprecated in -Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPACE__ . '\SubProcess', E_USER_DEPRECATED); +@trigger_error('The ' . __NAMESPACE__ . '\Iterator is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPACE__ . '\SubProcess', E_USER_DEPRECATED); /** * Iterates and processes an associative array.