Try to silence phan
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
e34c20af7d
commit
3e0ef7e3f2
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ class Swift implements IObjectStore {
|
|||
$this->params = $params;
|
||||
}
|
||||
|
||||
/**
|
||||
* @suppress PhanNonClassMethodCall
|
||||
*/
|
||||
protected function init() {
|
||||
if ($this->container) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue