Browse Source

Fix psalm error on migration

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v26.0.0beta1
Joas Schilling 1 year ago
parent
commit
9b204649e4
No account linked to committer's email address
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      apps/files/lib/Migration/Version12101Date20221011153334.php

+ 0
- 6
apps/files/lib/Migration/Version12101Date20221011153334.php View File

@@ -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();

Loading…
Cancel
Save