mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Add type comment
This commit is contained in:
parent
cfdd4a1bc2
commit
f15fb9a65e
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user