Skip to content

Commit

Permalink
Add missing typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Nov 5, 2024
1 parent 956517a commit 6b79802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/GetExtensionInstanceSecretCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protected function configure()

protected function execute(InputInterface $input, OutputInterface $output): int
{
/** @var string $id */
$id = $input->getArgument("instance-id");
$instance = $this->repository->mustFind($id);

Expand Down

0 comments on commit 6b79802

Please sign in to comment.