summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-03-09 17:43:17 +0100
committerGitHub <noreply@github.com>2020-03-09 17:43:17 +0100
commit1f7cb027a4f3169274f6b5861d6d55e1e21ee002 (patch)
treeee3267859a01f1ae80919c864127156a889acd33 /core
parent5b0dfd3fa416a3df7ad1edda1f73f727d15a7454 (diff)
parentdf9e2b828aacd31c16028b4eca4d0e220e6929e7 (diff)
downloadnextcloud-server-1f7cb027a4f3169274f6b5861d6d55e1e21ee002.tar.gz
nextcloud-server-1f7cb027a4f3169274f6b5861d6d55e1e21ee002.zip
Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-type
Fix mismatching docblock return types
Diffstat (limited to 'core')
-rw-r--r--core/Migrations/Version16000Date20190212081545.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php
index e33b475896f..feb271b1f01 100644
--- a/core/Migrations/Version16000Date20190212081545.php
+++ b/core/Migrations/Version16000Date20190212081545.php
@@ -38,7 +38,8 @@ class Version16000Date20190212081545 extends SimpleMigrationStep {
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
- * @return null|ISchemaWrapper
+ *
+ * @return ISchemaWrapper
*/
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ISchemaWrapper {
/** @var ISchemaWrapper $schema */