diff --git a/Command/ExtractTranslationCommand.php b/Command/ExtractTranslationCommand.php index fbd3cb8a..ae58d570 100644 --- a/Command/ExtractTranslationCommand.php +++ b/Command/ExtractTranslationCommand.php @@ -61,9 +61,6 @@ public function __construct(ConfigFactory $configFactory, Updater $updater, arra parent::__construct(); } - /** - * {@inheritdoc} - */ protected function configure(): void { $this diff --git a/Command/ResourcesListCommand.php b/Command/ResourcesListCommand.php index 313dd1a3..b18482d2 100644 --- a/Command/ResourcesListCommand.php +++ b/Command/ResourcesListCommand.php @@ -56,9 +56,6 @@ public function __construct(string $projectDir, array $bundles, ?string $rootDir parent::__construct(); } - /** - * {@inheritdoc} - */ protected function configure(): void { $this