Skip to content

Commit

Permalink
Suppress parameter not being used as it extends Symfony command class
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs committed Sep 19, 2024
1 parent be0ba40 commit 3f8e10c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Console/Commands/Compose.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ protected function configure(): void
$this->setHelp('');
}

/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
if (! $this->workingDir) {
Expand Down

0 comments on commit 3f8e10c

Please sign in to comment.