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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-09-04 11:08:40 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-09-04 11:23:07 +0300
commit7f86362ce6fa08db7edb0ea225aa7bc56724680b (patch)
treefc7f19b026c9522cebbd9a86cdab8dfa5920d281
parent4b5b3dfaeaef3c5fab0798bdb315e5dc52ba3dee (diff)
fix lint issue (code style)
-rw-r--r--lib/Migration/Version3005Date20200528204430.php1
-rw-r--r--lib/Migration/Version3005Date20200528204431.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Migration/Version3005Date20200528204430.php b/lib/Migration/Version3005Date20200528204430.php
index 6623a39b..c4467f52 100644
--- a/lib/Migration/Version3005Date20200528204430.php
+++ b/lib/Migration/Version3005Date20200528204430.php
@@ -10,7 +10,6 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version3005Date20200528204430 extends SimpleMigrationStep {
-
/**
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
diff --git a/lib/Migration/Version3005Date20200528204431.php b/lib/Migration/Version3005Date20200528204431.php
index d7a52b55..67d780af 100644
--- a/lib/Migration/Version3005Date20200528204431.php
+++ b/lib/Migration/Version3005Date20200528204431.php
@@ -10,7 +10,6 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version3005Date20200528204431 extends SimpleMigrationStep {
-
/**
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`