Add type comment

This commit is contained in:
Anton Medvedev 2021-10-12 22:48:48 +02:00
parent cfdd4a1bc2
commit f15fb9a65e

View File

@ -35,6 +35,9 @@ abstract class SelectCommand extends Command
$this->addArgument('selector', InputArgument::OPTIONAL | InputArgument::IS_ARRAY, 'Host selector');
}
/**
* @return Host[]
*/
protected function selectHosts(Input $input, Output $output): array
{
$output->getFormatter()->setStyle('success', new OutputFormatterStyle('green'));