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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-09-06 18:50:23 +0300
committerLukas Reschke <lukas@statuscode.ch>2021-09-06 18:50:23 +0300
commita915372c56724815e3e0a63c8c77e60e7170b325 (patch)
tree6c2e45899a7b591a6aca1b4483c028d6b37f12cf /core/Migrations
parent6337bb3f59e7e47e20d634bd9b92e6e4b14cfe1c (diff)
phpcs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/Migrations')
-rw-r--r--core/Migrations/Version23000Date20210906132259.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Migrations/Version23000Date20210906132259.php b/core/Migrations/Version23000Date20210906132259.php
index c4e0c42075c..37935201918 100644
--- a/core/Migrations/Version23000Date20210906132259.php
+++ b/core/Migrations/Version23000Date20210906132259.php
@@ -28,8 +28,7 @@ class Version23000Date20210906132259 extends SimpleMigrationStep {
$hasTable = $schema->hasTable(self::TABLE_NAME);
- if(!$hasTable)
- {
+ if (!$hasTable) {
$table = $schema->createTable(self::TABLE_NAME);
$table->addColumn('hash', Types::STRING, [
'notnull' => true,