Unverified Commit 15e7cb4d authored by Lucas Hedding's avatar Lucas Hedding
Browse files

Issue #3121477 by henry.odiete, joachim, heddn: migration ID for 'drush mst' should not be optional

parent 4313f765
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ class MigrateToolsCommands extends DrushCommands {
   * @validate-module-enabled migrate_tools
   * @aliases mst, migrate-stop
   */
  public function stop($migration_id = '') {
  public function stop($migration_id) {
    /** @var \Drupal\migrate\Plugin\MigrationInterface $migration */
    $migration = $this->migrationPluginManager->createInstance(
      $migration_id