index: add type hint for section

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/602/head
Varun Patil 2023-04-20 14:25:43 -07:00
parent 2d6ac784b3
commit 48b417db0a
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ class Index extends Command
protected function execute(InputInterface $input, OutputInterface $output): int
{
/** @var \Symfony\Component\Console\Output\ConsoleOutputInterface $output */
$output = $output;
// Store input/output/opts for later use
$this->input = $input;
$this->output = $output;