Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-08-04 08:02:14 +00:00 committed by StyleCI Bot
parent b0260809cf
commit e124806b9f

View File

@ -414,7 +414,9 @@ trait AuthKeyHandler
}
}
if (strpos($datacenter, 'cdn') === false) throw new \danog\MadelineProto\SecurityException('Auth Failed');
if (strpos($datacenter, 'cdn') === false) {
throw new \danog\MadelineProto\SecurityException('Auth Failed');
}
}
public function check_G($g_a, $p)