Skip to content

Commit

Permalink
Merge pull request #8 from DominykasJurkus/master
Browse files Browse the repository at this point in the history
Add return type
  • Loading branch information
gedasli authored Mar 15, 2022
2 parents 3fc8efb + 669adfa commit 857312b
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 857312b

Please sign in to comment.