Browse Source

Merge pull request #36862 from nextcloud/bugfix/typo

Fix typo that added a letter to migration template
pull/36878/head
Joas Schilling 3 years ago
committed by GitHub
parent
commit
ff2c397c23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/Command/Db/Migrations/GenerateCommand.php

2
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 {
}

Loading…
Cancel
Save