diff options
author | Vitor Mattos <vitor@php.rio> | 2023-02-25 12:48:22 -0300 |
---|---|---|
committer | Vitor Mattos <vitor@php.rio> | 2023-02-25 12:48:22 -0300 |
commit | fd4c53f311efaf3be2c2347cd8b74ed30a953869 (patch) | |
tree | 5017193eeb1cf088838db9843e671dd1b4530aa9 /core/Command | |
parent | 00a7478d8df2007697d5caf2e0cb1c298afbb3fd (diff) | |
download | nextcloud-server-fd4c53f311efaf3be2c2347cd8b74ed30a953869.tar.gz nextcloud-server-fd4c53f311efaf3be2c2347cd8b74ed30a953869.zip |
Fix typo that added a letter to migration template
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/Db/Migrations/GenerateCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { } |