Apply fixes from StyleCI
This commit is contained in:
parent
801934775c
commit
6e368f42be
@ -76,7 +76,9 @@ class Serialization
|
||||
} catch (\danog\MadelineProto\Bug74586Exception $e) {
|
||||
$unserialized = \danog\Serialization::unserialize($tounserialize);
|
||||
} catch (\danog\MadelineProto\Exception $e) {
|
||||
if (Logger::$constructed) Logger::log([(string) $e], Logger::ERROR);
|
||||
if (Logger::$constructed) {
|
||||
Logger::log([(string) $e], Logger::ERROR);
|
||||
}
|
||||
$unserialized = \danog\Serialization::unserialize($tounserialize);
|
||||
}
|
||||
if ($unserialized instanceof \danog\PlaceHolder) {
|
||||
|
Loading…
Reference in New Issue
Block a user