Skip to content

Commit

Permalink
chore: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Dec 11, 2023
1 parent 355cf5e commit 14749a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Command/ExtractTranslationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ public function __construct(ConfigFactory $configFactory, Updater $updater, arra
parent::__construct();
}

/**
* {@inheritdoc}
*/
protected function configure(): void
{
$this
Expand Down
3 changes: 0 additions & 3 deletions Command/ResourcesListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ public function __construct(string $projectDir, array $bundles, ?string $rootDir
parent::__construct();
}

/**
* {@inheritdoc}
*/
protected function configure(): void
{
$this
Expand Down

0 comments on commit 14749a2

Please sign in to comment.