Skip to content

Commit 1d6b6b8

Browse files
CurryedNerea Enrique
andauthored
Add return code to DrupalParanoiaCommand (#23)
Co-authored-by: Nerea Enrique <nerea.enrique@ekino.com>
1 parent 3a2755b commit 1d6b6b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DrupalParanoiaCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ protected function execute(InputInterface $input, OutputInterface $output) {
3535
$composer = $this->getComposer();
3636
$commandEvent = new CommandEvent(PluginEvents::POST_COMMAND_RUN, 'drupal:paranoia', $input, $output);
3737
$composer->getEventDispatcher()->dispatch($commandEvent->getName(), $commandEvent);
38+
39+
return 0;
3840
}
3941

4042
}

0 commit comments

Comments
 (0)