diff --git a/Command/BuildCommand.php b/Command/BuildCommand.php index e415636..2fdd500 100644 --- a/Command/BuildCommand.php +++ b/Command/BuildCommand.php @@ -27,9 +27,6 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface as SymfonyContainerAwareInterface; use Symfony\Component\DependencyInjection\ContainerInterface; -/** - * @final - */ class BuildCommand extends Command { /** @@ -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');