Skip to content

Commit

Permalink
On dump file (#275)
Browse files Browse the repository at this point in the history
Return value of "Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand::execute()" must be of the type int, NULL returned. This is enforced on symfony 5.
  • Loading branch information
kl3sk authored Feb 6, 2020
1 parent 1593975 commit dbfbb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
));

$this->dumper->dump($this->targetPath, $input->getOption('pattern'), $formats, $merge);

return 0;
}
}

0 comments on commit dbfbb68

Please sign in to comment.