Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version8000Date20200407073807.php')
-rw-r--r--lib/Migration/Version8000Date20200407073807.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version8000Date20200407073807.php b/lib/Migration/Version8000Date20200407073807.php
index 284e81ea6..30eb81d82 100644
--- a/lib/Migration/Version8000Date20200407073807.php
+++ b/lib/Migration/Version8000Date20200407073807.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
@@ -31,7 +32,6 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version8000Date20200407073807 extends SimpleMigrationStep {
-
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ISchemaWrapper {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();