Skip to content

Commit

Permalink
fixup! add increase column
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 29, 2024
1 parent 2760073 commit 2bcb992
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

final class RunCommand extends Command
{
public const NAME = 'asdf';

public function __construct(
private readonly SymfonyStyle $symfonyStyle,
private readonly AnalyseProcessFactory $analyseProcessFactory,
Expand Down Expand Up @@ -56,7 +54,7 @@ protected function configure(): void
}

/**
* @return self::*
* @return Command::*
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
Expand Down

0 comments on commit 2bcb992

Please sign in to comment.