Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-08-06 14:06:07 +00:00 committed by StyleCI Bot
parent ce9f258924
commit 099bb17c34

View File

@ -71,7 +71,7 @@ class RPCErrorException extends \Exception
}
parent::__construct($message, $code, $previous);
$this->prettify_tl();
$additional = [];
foreach ($this->getTrace() as $level) {
if (isset($level['function']) && $level['function'] === 'method_call') {