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
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-02-08 16:10:33 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-08 17:18:26 +0300
commit3e0ef7e3f217973cc05117dd9e65980e9587e5e9 (patch)
tree3540af3f6f1fb7d50650e972ff05e1818e63a069 /lib
parente34c20af7dcbd077a3ed028f75deea302cf7ecfd (diff)
Try to silence phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/ObjectStore/Swift.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php
index e07903a00bc..a3cba488f5f 100644
--- a/lib/private/Files/ObjectStore/Swift.php
+++ b/lib/private/Files/ObjectStore/Swift.php
@@ -88,6 +88,9 @@ class Swift implements IObjectStore {
$this->params = $params;
}
+ /**
+ * @suppress PhanNonClassMethodCall
+ */
protected function init() {
if ($this->container) {
return;