Skip to content

Commit

Permalink
Merge pull request #612 from CPS-IT/fix/declaration-missmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored Nov 13, 2024
2 parents 1ef1dd7 + cfad629 commit ab50830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function getDefaultInputDefinition(): Console\Input\InputDefinition
return $inputDefinition;
}

public function doRun(Console\Input\InputInterface $input, Console\Output\OutputInterface $output)
public function doRun(Console\Input\InputInterface $input, Console\Output\OutputInterface $output): int
{
$this->input = $input;

Expand Down

0 comments on commit ab50830

Please sign in to comment.