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