Apply fixes from StyleCI
This commit is contained in:
parent
ada0fc7df9
commit
d1142f7b12
@ -66,5 +66,5 @@ if ($MadelineProto === false) {
|
||||
$MadelineProto->request_call('@manuel15');
|
||||
while (true) {
|
||||
$MadelineProto->get_updates_difference();
|
||||
echo 'Wrote '.\danog\MadelineProto\Serialization::serialize('session.madeline', $MadelineProto).' bytes'.PHP_EOL;
|
||||
echo 'Wrote '.\danog\MadelineProto\Serialization::serialize('session.madeline', $MadelineProto).' bytes'.PHP_EOL;
|
||||
}
|
||||
|
@ -552,6 +552,7 @@ trait AuthKeyHandler
|
||||
|
||||
return $res['id'];
|
||||
}
|
||||
|
||||
public function request_call($user)
|
||||
{
|
||||
$user = $this->get_info($user)['InputUser'];
|
||||
|
Loading…
Reference in New Issue
Block a user