mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:59:01 +01:00
Fix build
This commit is contained in:
parent
c82ee47959
commit
7bc7a633c7
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit ee670d480786e65caa89266bdf859c0e6ad4521e
|
||||
Subproject commit 7a5c809a77ce57cc67ea1e37e8653d002f26da41
|
@ -50,7 +50,7 @@ namespace tgseclib\Math {
|
||||
{
|
||||
throw new \Exception("Can't serialize legacy class!");
|
||||
}
|
||||
public function unserialize(string $data)
|
||||
public function unserialize($data)
|
||||
{
|
||||
$r = \unserialize($data);
|
||||
$this->real = new MathBigInteger($r['hex'], -16);
|
||||
|
Loading…
Reference in New Issue
Block a user