feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
295 changed files with 937 additions and 12700 deletions
Showing only changes of commit 2c21e48562 - Show all commits

View File

@ -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([