summaryrefslogtreecommitdiffstats
path: root/core/Command/Db
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-09 13:44:39 +0200
committerGitHub <noreply@github.com>2020-04-09 13:44:39 +0200
commit19e97e86c69ab128191439d6a17dacb5a630cf98 (patch)
tree95b913a59a6512e54ef848aa03095cdfdc7a92c5 /core/Command/Db
parent813bdc1ce8a45039fa17aac12bd078466a0034d0 (diff)
parent2a529e453a7de7f51ab72ac48f947fa9d2afd18d (diff)
downloadnextcloud-server-19e97e86c69ab128191439d6a17dacb5a630cf98.tar.gz
nextcloud-server-19e97e86c69ab128191439d6a17dacb5a630cf98.zip
Merge pull request #20379 from nextcloud/techdebt/blank-lines
Use one blank line after the opening tag and namespace declaration
Diffstat (limited to 'core/Command/Db')
-rw-r--r--core/Command/Db/Migrations/ExecuteCommand.php1
-rw-r--r--core/Command/Db/Migrations/GenerateCommand.php1
-rw-r--r--core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php1
-rw-r--r--core/Command/Db/Migrations/MigrateCommand.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/core/Command/Db/Migrations/ExecuteCommand.php b/core/Command/Db/Migrations/ExecuteCommand.php
index 1104818e710..0f2709646ba 100644
--- a/core/Command/Db/Migrations/ExecuteCommand.php
+++ b/core/Command/Db/Migrations/ExecuteCommand.php
@@ -23,7 +23,6 @@
namespace OC\Core\Command\Db\Migrations;
-
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
use OCP\App\IAppManager;
diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php
index 6e3b26f583c..a40cd800dff 100644
--- a/core/Command/Db/Migrations/GenerateCommand.php
+++ b/core/Command/Db/Migrations/GenerateCommand.php
@@ -25,7 +25,6 @@
namespace OC\Core\Command\Db\Migrations;
-
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
use OCP\App\IAppManager;
diff --git a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
index 34c91ad6b04..b3d826c1e5b 100644
--- a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
+++ b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
@@ -24,7 +24,6 @@
namespace OC\Core\Command\Db\Migrations;
-
use Doctrine\DBAL\Schema\Schema;
use OC\DB\MDB2SchemaReader;
use OC\DB\MigrationService;
diff --git a/core/Command/Db/Migrations/MigrateCommand.php b/core/Command/Db/Migrations/MigrateCommand.php
index e484dbd3f4f..c9ba604ae7e 100644
--- a/core/Command/Db/Migrations/MigrateCommand.php
+++ b/core/Command/Db/Migrations/MigrateCommand.php
@@ -22,7 +22,6 @@
namespace OC\Core\Command\Db\Migrations;
-
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
use OCP\IDBConnection;