aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations/GenerateMetadataCommand.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Db/Migrations/GenerateMetadataCommand.php')
-rw-r--r--core/Command/Db/Migrations/GenerateMetadataCommand.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/Command/Db/Migrations/GenerateMetadataCommand.php b/core/Command/Db/Migrations/GenerateMetadataCommand.php
index 64840bea230..55a2a6aedab 100644
--- a/core/Command/Db/Migrations/GenerateMetadataCommand.php
+++ b/core/Command/Db/Migrations/GenerateMetadataCommand.php
@@ -14,6 +14,9 @@ use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
+/**
+ * @since 30.0.0
+ */
class GenerateMetadataCommand extends Command {
public function __construct(
private readonly MetadataManager $metadataManager,
@@ -43,9 +46,7 @@ class GenerateMetadataCommand extends Command {
return 0;
}
-
-
- public function extractMigrationMetadata(): array {
+ private function extractMigrationMetadata(): array {
return [
'core' => $this->extractMigrationMetadataFromCore(),
'apps' => $this->extractMigrationMetadataFromApps()