Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-01-26 13:30:17 +00:00 committed by StyleCI Bot
parent 6e3e9e5d12
commit 7fd1e08376

View File

@ -18,6 +18,7 @@ class RSA
use \danog\MadelineProto\Tools;
public $keydata = [];
public function __construct($rsa_key)
{
\danog\MadelineProto\Logger::log('Istantiating \phpseclib\Crypt\RSA...', LOGGER::ULTRA_VERBOSE);
@ -47,6 +48,7 @@ class RSA
),
-8
))[0];
return $this->keydata;
}