From df9e2b828aacd31c16028b4eca4d0e220e6929e7 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 6 Mar 2020 16:33:01 +0100 Subject: Fix mismatching docblock return types Signed-off-by: Christoph Wurst --- core/Migrations/Version16000Date20190212081545.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/Migrations') 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 */ -- cgit v1.2.3