Skip to content

Commit

Permalink
apply code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier committed Dec 9, 2024
1 parent e4e8dd2 commit fe68396
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions databox/api/src/Command/DocumentationDumperCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ public function __construct(
parent::__construct();
}

protected function configure(): void
{
parent::configure();
}

protected function execute(InputInterface $input, OutputInterface $output): int
{
$output->writeln('# ' . $this->renditionBuilderConfigurationDocumentation::getName());
$output->writeln($this->renditionBuilderConfigurationDocumentation->generate());

return 0;
return Command::SUCCESS;
}
}

0 comments on commit fe68396

Please sign in to comment.