Apply code changes after dependency update

This commit is contained in:
2023-12-01 11:06:10 +01:00
parent c5400b78d8
commit a3be3f026d
13 changed files with 85 additions and 98 deletions

View File

@ -10,6 +10,7 @@ use Symfony\Component\Console\Output\OutputInterface;
final class Puzzle extends Command
{
#[\Override]
protected function configure(): void
{
$this
@ -19,6 +20,7 @@ final class Puzzle extends Command
->addArgument('year', InputArgument::OPTIONAL, 'The year', date('y'));
}
#[\Override]
protected function execute(InputInterface $input, OutputInterface $output): int
{
$contents = file_get_contents(