From 2bcb99282aac68567490f779e25d7f56863253b5 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 29 May 2024 17:16:03 +0900 Subject: [PATCH] fixup! add increase column --- src/Command/RunCommand.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Command/RunCommand.php b/src/Command/RunCommand.php index 2edf0f0..078a011 100644 --- a/src/Command/RunCommand.php +++ b/src/Command/RunCommand.php @@ -22,8 +22,6 @@ final class RunCommand extends Command { - public const NAME = 'asdf'; - public function __construct( private readonly SymfonyStyle $symfonyStyle, private readonly AnalyseProcessFactory $analyseProcessFactory, @@ -56,7 +54,7 @@ protected function configure(): void } /** - * @return self::* + * @return Command::* */ protected function execute(InputInterface $input, OutputInterface $output): int {