Skip to content

Commit

Permalink
Merge pull request #9 from judmir/fix-return-type
Browse files Browse the repository at this point in the history
Fix return type on Command.
  • Loading branch information
gedasli authored Oct 20, 2022
2 parents 3fc8efb + 761893a commit ba807b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/StatusCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function configure(): void
$this->setDescription('Perform a status check of connections to database, rabbit-mq, other hosts etc');
}

public function execute(InputInterface $input, OutputInterface $output)
public function execute(InputInterface $input, OutputInterface $output): int
{
$details = $this->statusCheckerService->getDetails();

Expand Down

0 comments on commit ba807b4

Please sign in to comment.