From c48b15fb70342c383d14879df1ce2b012a7caa52 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 12 Oct 2022 11:55:04 +0200 Subject: [PATCH] Fix psalm error on migration Signed-off-by: Joas Schilling --- apps/files/lib/Migration/Version12101Date20221011153334.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/files/lib/Migration/Version12101Date20221011153334.php b/apps/files/lib/Migration/Version12101Date20221011153334.php index 84708c65076..0c1093f50a6 100644 --- a/apps/files/lib/Migration/Version12101Date20221011153334.php +++ b/apps/files/lib/Migration/Version12101Date20221011153334.php @@ -33,12 +33,6 @@ use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; class Version12101Date20221011153334 extends SimpleMigrationStep { - /** - * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure - * @param array $options - * @return null|ISchemaWrapper - */ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { /** @var ISchemaWrapper $schema */ $schema = $schemaClosure();