diff --git a/core/modules/migrate/src/Plugin/migrate/process/SkipProcessOnEmpty.php b/core/modules/migrate/src/Plugin/migrate/process/SkipProcessOnEmpty.php index bb24bf2d2177f958f8a6c2147371340b507af91b..6a8f79c054ae6be87875fe10615a5cc9718dff4a 100644 --- a/core/modules/migrate/src/Plugin/migrate/process/SkipProcessOnEmpty.php +++ b/core/modules/migrate/src/Plugin/migrate/process/SkipProcessOnEmpty.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\migrate\Plugin\migrate\Process\d6\FlagSkipProcess. + * Contains \Drupal\migrate\Plugin\migrate\process\d6\SkipProcessOnEmpty. */ namespace Drupal\migrate\Plugin\migrate\process; diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php b/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php index 663b9e6eb7bf84bc7d73ebf876a119b0a38b6d7e..d5da611143b688acf61b84a08c92395444f484bd 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockPluginId.php @@ -2,10 +2,10 @@ /** * @file - * Contains \Drupal\migrate_drupal\Plugin\migrate\Process\d6\BlockAggregator. + * Contains \Drupal\migrate_drupal\Plugin\migrate\process\d6\BlockAggregator. */ -namespace Drupal\migrate_drupal\Plugin\migrate\Process\d6; +namespace Drupal\migrate_drupal\Plugin\migrate\process\d6; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockRegion.php b/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockRegion.php index fd797f00cf3d57ada367ef7ebedc15350cde8332..386bcaec5f5315c6762093caa93224fb3b6111f8 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockRegion.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/process/d6/BlockRegion.php @@ -1,10 +1,10 @@