Skip to content

Commit bac545e

Browse files
authored
Merge pull request #10772 from nextcloud/fix/generated-migration-code-since
Fix generated migration class code
2 parents 6ad0ba0 + eada4cc commit bac545e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/Command/Db/Migrations/GenerateCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class {{classname}} extends SimpleMigrationStep {
5555
* @param IOutput $output
5656
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
5757
* @param array $options
58-
* @since 13.0.0
5958
*/
6059
public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
6160
}
@@ -65,7 +64,6 @@ public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array
6564
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
6665
* @param array $options
6766
* @return null|ISchemaWrapper
68-
* @since 13.0.0
6967
*/
7068
public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) {
7169
{{schemabody}}
@@ -75,7 +73,6 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
7573
* @param IOutput $output
7674
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
7775
* @param array $options
78-
* @since 13.0.0
7976
*/
8077
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
8178
}

0 commit comments

Comments
 (0)