Apply fixes from StyleCI
This commit is contained in:
parent
b0260809cf
commit
e124806b9f
@ -414,7 +414,9 @@ trait AuthKeyHandler
|
||||
}
|
||||
}
|
||||
|
||||
if (strpos($datacenter, 'cdn') === false) throw new \danog\MadelineProto\SecurityException('Auth Failed');
|
||||
if (strpos($datacenter, 'cdn') === false) {
|
||||
throw new \danog\MadelineProto\SecurityException('Auth Failed');
|
||||
}
|
||||
}
|
||||
|
||||
public function check_G($g_a, $p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user