index: add type hint for section
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/602/head
parent
2d6ac784b3
commit
48b417db0a
|
@ -98,6 +98,9 @@ class Index extends Command
|
||||||
|
|
||||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||||
{
|
{
|
||||||
|
/** @var \Symfony\Component\Console\Output\ConsoleOutputInterface $output */
|
||||||
|
$output = $output;
|
||||||
|
|
||||||
// Store input/output/opts for later use
|
// Store input/output/opts for later use
|
||||||
$this->input = $input;
|
$this->input = $input;
|
||||||
$this->output = $output;
|
$this->output = $output;
|
||||||
|
|
Loading…
Reference in New Issue