Skip to content

Commit

Permalink
TE-6867 Removed exit code from event handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Jul 3, 2020
1 parent 4248797 commit 2517504
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Spryker/Yves/Monitoring/EventHandler/EventHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public function handleConsoleTerminateEvent(ConsoleTerminateEvent $event): void

$this->addArgumentsAsCustomParameter($event);
$this->addOptionsAsCustomParameter($event);

$event->setExitCode(0);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public function handleConsoleTerminateEvent(ConsoleTerminateEvent $event): void

$this->addArgumentsAsCustomParameter($event);
$this->addOptionsAsCustomParameter($event);

$event->setExitCode(0);
}

/**
Expand Down

0 comments on commit 2517504

Please sign in to comment.