Browse Source

Fix typo that added a letter to migration template

Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/36862/head
Vitor Mattos 3 years ago
parent
commit
fd4c53f311
  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