Skip to content

Commit 669adfa

Browse files
Add return type
Add return type
1 parent 3fc8efb commit 669adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StatusCheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function configure(): void
3131
$this->setDescription('Perform a status check of connections to database, rabbit-mq, other hosts etc');
3232
}
3333

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

0 commit comments

Comments
 (0)