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 {