FIX: DEPRECATED

This commit is contained in:
Juan Pablo Vial
2025-05-12 18:07:14 -04:00
parent 1597657f0e
commit 35386724b3
12 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ use Incoviba\Common\Alias\Command;
)]
class UF extends Command
{
public function execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output)
public function execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output): int
{
$this->logger->debug("Running {$this->getName()}");
$now = new DateTimeImmutable();