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

@ -7,7 +7,7 @@ use Symfony\Component\Console;
class Command extends Console\Command\Command
{
public function __construct(protected ClientInterface $client, protected LoggerInterface $logger, string $name = null)
public function __construct(protected ClientInterface $client, protected LoggerInterface $logger, ?string $name = null)
{
parent::__construct($name);
}