Apply fixes from StyleCI
This commit is contained in:
parent
6e3e9e5d12
commit
7fd1e08376
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user