Update to Symfony 7

This commit is contained in:
Alejandro Celaya
2024-02-17 10:46:29 +01:00
parent c0a77b790d
commit 95ea64980b
25 changed files with 35 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ abstract class AbstractLockedCommand extends Command
parent::__construct();
}
final protected function execute(InputInterface $input, OutputInterface $output): ?int
final protected function execute(InputInterface $input, OutputInterface $output): int
{
$lockConfig = $this->getLockConfig();
$lock = $this->locker->createLock($lockConfig->lockName, $lockConfig->ttl, $lockConfig->isBlocking);