FIX: DEPRECATED
This commit is contained in:
@ -17,7 +17,7 @@ class Full extends Command
|
|||||||
parent::__construct($client, $logger, $name);
|
parent::__construct($client, $logger, $name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output)
|
public function execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output): int
|
||||||
{
|
{
|
||||||
foreach ($this->commandsList as $command) {
|
foreach ($this->commandsList as $command) {
|
||||||
$cmd = new Console\Input\ArrayInput([
|
$cmd = new Console\Input\ArrayInput([
|
||||||
|
Reference in New Issue
Block a user