Make tag and exclude-tag trully optional in ShortUrlsParamsInput

This commit is contained in:
Alejandro Celaya
2025-12-15 08:57:54 +01:00
parent 7cdefcb4b6
commit b7ae228a95
3 changed files with 34 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ use Symfony\Component\Console\Input\InputOption;
final readonly class ShortUrlDataInput
{
private readonly TagsOption $tagsOption;
private TagsOption $tagsOption;
public function __construct(Command $command, private bool $longUrlAsOption = false)
{