Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Borchert <[email protected]>
  • Loading branch information
Stefan Borchert committed Jul 3, 2017
1 parent 1444aa1 commit bade654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Plugin/migrate/process/MergeMigrationLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Drupal\migrate\MigrateExecutableInterface;
use Drupal\migrate\Plugin\migrate\process\MigrationLookup;
use Drupal\migrate\Plugin\MigrateIdMapInterface;
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate\Row;

/**
Expand Down Expand Up @@ -45,7 +44,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable
$self = FALSE;
$destination_ids = NULL;
$source_id_values = [];
/** @var MigrationInterface[] $migrations */
/** @var \Drupal\migrate\Plugin\MigrationInterface[] $migrations */
$migrations = $this->migrationPluginManager->createInstances($migration_ids);
foreach ($migrations as $migration_id => $migration) {
if ($migration_id == $this->migration->id()) {
Expand Down

0 comments on commit bade654

Please sign in to comment.