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:
authorBjoern Schiessle <bjoern@schiessle.org>2018-06-07 17:36:26 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-07-02 12:29:29 +0300
commit84fc188dfc73ab16510bc80a6c091d1a017d4368 (patch)
treedbd39e7608c749aeb31498aa39d6cdd0185e3903 /lib/public/IServerContainer.php
parent957b27f28267fd95bec9c8a041ca1e7be9d32aa6 (diff)
some minor fixes and clode cleanup
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r--lib/public/IServerContainer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php
index ebe92274a49..639487660b6 100644
--- a/lib/public/IServerContainer.php
+++ b/lib/public/IServerContainer.php
@@ -557,6 +557,7 @@ interface IServerContainer extends IContainer {
/**
* @return \OCP\GlobalScale\IConfig
+ * @since 14.0.0
*/
public function getGlobalScaleConfig();