Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 22, 2021
1 parent ff3de64 commit 0c035c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ abstract class AbstractCommand extends Command

protected function initialize(InputInterface $input, OutputInterface $output): void
{
$optionDebug = $input->getOption(Option::DEBUG);
if ($optionDebug) {
$debug = $input->getOption(Option::DEBUG);
if ($debug) {
return;
}
}
Expand Down

0 comments on commit 0c035c3

Please sign in to comment.