Skip to content

Commit

Permalink
Fix bc break in Build Command (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Apr 5, 2024
1 parent 5c6741d commit 9b60be7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Command/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
use Symfony\Component\DependencyInjection\ContainerAwareInterface as SymfonyContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* @final
*/
class BuildCommand extends Command
{
/**
Expand Down Expand Up @@ -65,7 +62,7 @@ public function __construct(BuildRegistry $buildRegistry, ContainerInterface $co
$this->question = new QuestionHelper();
}

public function configure(): void
public function configure()
{
$this->setName('massive:build');
$this->setDescription('Execute build or build targets');
Expand Down

0 comments on commit 9b60be7

Please sign in to comment.