From 14749a29bf22a748bd4ea6ce4d9f27b7fc9f0eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20de=20Guillebon?= Date: Mon, 11 Dec 2023 19:49:15 +0100 Subject: [PATCH] chore: fix coding style --- Command/ExtractTranslationCommand.php | 3 --- Command/ResourcesListCommand.php | 3 --- 2 files changed, 6 deletions(-) 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