summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-26 22:22:33 +0100
committerGitHub <noreply@github.com>2023-02-26 22:22:33 +0100
commitff2c397c23bcd8c7f7c79d8aba93c632bcd0b037 (patch)
tree1e54395e01f016abd8d700a57535841b6e6a6340 /core/Command
parent2a4926f5e726d983c4b6c4a9742e3abba8556714 (diff)
parentfd4c53f311efaf3be2c2347cd8b74ed30a953869 (diff)
downloadnextcloud-server-ff2c397c23bcd8c7f7c79d8aba93c632bcd0b037.tar.gz
nextcloud-server-ff2c397c23bcd8c7f7c79d8aba93c632bcd0b037.zip
Merge pull request #36862 from nextcloud/bugfix/typo
Fix typo that added a letter to migration template
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/Migrations/GenerateCommand.php2
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 {
}