]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo that added a letter to migration template 36862/head
authorVitor Mattos <vitor@php.rio>
Sat, 25 Feb 2023 15:48:22 +0000 (12:48 -0300)
committerVitor Mattos <vitor@php.rio>
Sat, 25 Feb 2023 15:48:22 +0000 (12:48 -0300)
Signed-off-by: Vitor Mattos <vitor@php.rio>
core/Command/Db/Migrations/GenerateCommand.php

index aa93adaebb4d5ea50ff8e8c2f39b233080484d7e..dc9eb267938cf0c031ade9a9a80a6271c0cc3a82 100644 (file)
@@ -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 {
        }