diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-08 14:10:33 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-08 15:18:26 +0100 |
commit | 3e0ef7e3f217973cc05117dd9e65980e9587e5e9 (patch) | |
tree | 3540af3f6f1fb7d50650e972ff05e1818e63a069 /lib/private/Files | |
parent | e34c20af7dcbd077a3ed028f75deea302cf7ecfd (diff) | |
download | nextcloud-server-3e0ef7e3f217973cc05117dd9e65980e9587e5e9.tar.gz nextcloud-server-3e0ef7e3f217973cc05117dd9e65980e9587e5e9.zip |
Try to silence phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/Files')
-rw-r--r-- | lib/private/Files/ObjectStore/Swift.php | 3 |
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; |