Skip to content

Commit

Permalink
Set return type of execute to just <int>
Browse files Browse the repository at this point in the history
  • Loading branch information
sfroemkenjw committed Nov 5, 2024
1 parent eb8f708 commit 9cc071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Command/ExportEventsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function configure(): void
);
}

protected function execute(InputInterface $input, OutputInterface $output): ?int
protected function execute(InputInterface $input, OutputInterface $output): int
{
$configuration = new ExporterConfiguration(
(string)$input->getArgument('url'),
Expand Down

0 comments on commit 9cc071d

Please sign in to comment.