diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index aa93adaebb4d5..dc9eb267938cf 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -99,7 +99,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt /** * @param IOutput $output * @param Closure(): ISchemaWrapper $schemaClosure -g * @param array $options + * @param array $options */ public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void { }