mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Fix typo that added a letter to migration template
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
00a7478d8d
commit
fd4c53f311
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue