From fd4c53f311efaf3be2c2347cd8b74ed30a953869 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sat, 25 Feb 2023 12:48:22 -0300 Subject: [PATCH] Fix typo that added a letter to migration template Signed-off-by: Vitor Mattos --- core/Command/Db/Migrations/GenerateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index aa93adaebb4..dc9eb267938 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -99,7 +99,7 @@ class {{classname}} extends SimpleMigrationStep { /** * @param IOutput $output * @param Closure(): ISchemaWrapper $schemaClosure -g * @param array $options + * @param array $options */ public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void { } -- 2.39.5