mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 00:11:20 +01:00
Cs-fix
This commit is contained in:
parent
abadfb745e
commit
6cdca88f13
@ -323,7 +323,7 @@ class API extends InternalDoc
|
|||||||
// Success, IPC client
|
// Success, IPC client
|
||||||
$this->API = new Client($unserialized, $this->session, Logger::$default, $this->async);
|
$this->API = new Client($unserialized, $this->session, Logger::$default, $this->async);
|
||||||
$this->APIFactory();
|
$this->APIFactory();
|
||||||
if ($settings) {
|
if (!$settings instanceof SettingsEmpty) {
|
||||||
$this->API->updateSettings($settings);
|
$this->API->updateSettings($settings);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
@ -5,7 +5,6 @@ namespace danog\MadelineProto\MTProtoTools;
|
|||||||
use Amp\Loop;
|
use Amp\Loop;
|
||||||
use danog\MadelineProto\Logger;
|
use danog\MadelineProto\Logger;
|
||||||
use danog\MadelineProto\Magic;
|
use danog\MadelineProto\Magic;
|
||||||
use ReflectionClass;
|
|
||||||
|
|
||||||
final class GarbageCollector
|
final class GarbageCollector
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user