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/Activity/Setting.php')
-rw-r--r--lib/Activity/Setting.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Activity/Setting.php b/lib/Activity/Setting.php
index df20ba047..e913f4e15 100644
--- a/lib/Activity/Setting.php
+++ b/lib/Activity/Setting.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
@@ -22,7 +23,6 @@ declare(strict_types=1);
namespace OCA\Talk\Activity;
-
use OCP\Activity\ISetting;
use OCP\IL10N;
@@ -93,4 +93,3 @@ class Setting implements ISetting {
return false;
}
}
-