Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-04-17 09:19:13 +00:00 committed by StyleCI Bot
parent 552e1a3182
commit 17a93ac7a7

View File

@ -68,7 +68,6 @@ class Magic
self::$twozerotwosixone = new \phpseclib\Math\BigInteger(20261);
self::$zeroeight = new \phpseclib\Math\BigInteger('2147483648');
try {
self::$isatty = defined('STDOUT') && function_exists('posix_isatty') && posix_isatty(STDOUT);
} catch (\danog\MadelineProto\Exception $e) {