Try to silence phan

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-02-08 14:10:33 +01:00
parent e34c20af7d
commit 3e0ef7e3f2
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ class Swift implements IObjectStore {
$this->params = $params;
}
/**
* @suppress PhanNonClassMethodCall
*/
protected function init() {
if ($this->container) {
return;