We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc8efb commit 669adfaCopy full SHA for 669adfa
src/Commands/StatusCheckCommand.php
@@ -31,7 +31,7 @@ public function configure(): void
31
$this->setDescription('Perform a status check of connections to database, rabbit-mq, other hosts etc');
32
}
33
34
- public function execute(InputInterface $input, OutputInterface $output)
+ public function execute(InputInterface $input, OutputInterface $output): int
35
{
36
$details = $this->statusCheckerService->getDetails();
37
0 commit comments