Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-12-28 12:13:22 +00:00 committed by StyleCI Bot
parent 27eb6c1a29
commit 5ba5d61e0f

View File

@ -175,6 +175,7 @@ trait Login
throw new \danog\MadelineProto\Exception(\danog\MadelineProto\Lang::$current_lang['not_logged_in']);
}
$this->get_self();
return [$this->datacenter->curdc, $this->datacenter->sockets[$this->datacenter->curdc]->auth_key['auth_key']];
}