From 7143b75969ce3215730ba63675941e1c193a9e97 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 6 Aug 2016 13:00:59 -0400 Subject: [PATCH] Applied fixes from StyleCI --- mtproto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtproto.php b/mtproto.php index f7a746d0..b8dd7df4 100755 --- a/mtproto.php +++ b/mtproto.php @@ -247,7 +247,7 @@ class Session $server_nonce = $ResPQ['server_nonce']; $public_key_fingerprint = (int) $ResPQ['server_public_key_fingerprints'][0]; $pq_bytes = $ResPQ['pq']; -var_dump(new \phpseclib\Math\BigInteger($public_key_fingerprint), $key->getPublicKeyFingerprint('sha1')); + var_dump(new \phpseclib\Math\BigInteger($public_key_fingerprint), $key->getPublicKeyFingerprint('sha1')); $pq = new \phpseclib\Math\BigInteger($pq_bytes, 256); list($p, $q) = $this->PrimeModule->primefactors($pq);