diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-12 11:55:04 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-10-12 11:55:04 +0200 |
commit | 9b204649e4c9ed98b27aa0b3f323b7d244843702 (patch) | |
tree | 4a0dacc6edf88871395987abc1e59b89fcbfedc9 /apps | |
parent | 9c5fef35c7be6ee81b520cefac0108954a709001 (diff) | |
download | nextcloud-server-9b204649e4c9ed98b27aa0b3f323b7d244843702.tar.gz nextcloud-server-9b204649e4c9ed98b27aa0b3f323b7d244843702.zip |
Fix psalm error on migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/lib/Migration/Version12101Date20221011153334.php | 6 |
1 files changed, 0 insertions, 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(); |