Apply fixes from StyleCI
This commit is contained in:
parent
552e1a3182
commit
17a93ac7a7
@ -68,7 +68,6 @@ class Magic
|
|||||||
self::$twozerotwosixone = new \phpseclib\Math\BigInteger(20261);
|
self::$twozerotwosixone = new \phpseclib\Math\BigInteger(20261);
|
||||||
self::$zeroeight = new \phpseclib\Math\BigInteger('2147483648');
|
self::$zeroeight = new \phpseclib\Math\BigInteger('2147483648');
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
self::$isatty = defined('STDOUT') && function_exists('posix_isatty') && posix_isatty(STDOUT);
|
self::$isatty = defined('STDOUT') && function_exists('posix_isatty') && posix_isatty(STDOUT);
|
||||||
} catch (\danog\MadelineProto\Exception $e) {
|
} catch (\danog\MadelineProto\Exception $e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user