Skip to content

Commit 767455f

Browse files
authored
Merge pull request #17742 from nextcloud/backport/17740/stable17
[stable17] Return null from migration to match with typehint
2 parents d30f86e + 18e3ec1 commit 767455f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/dav/lib/Migration/Version1012Date20190808122342.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Version1012Date20190808122342 extends SimpleMigrationStep {
3838
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
3939
* @param array $options
4040
* @return null|ISchemaWrapper
41-
* @since 13.0.0
41+
* @since 17.0.0
4242
*/
4343
public function changeSchema(IOutput $output,
4444
\Closure $schemaClosure,
@@ -112,5 +112,7 @@ public function changeSchema(IOutput $output,
112112

113113
return $schema;
114114
}
115+
116+
return null;
115117
}
116118
}

0 commit comments

Comments
 (0)