Apply fixes from StyleCI
This commit is contained in:
parent
ce9f258924
commit
099bb17c34
@ -71,7 +71,7 @@ class RPCErrorException extends \Exception
|
|||||||
}
|
}
|
||||||
parent::__construct($message, $code, $previous);
|
parent::__construct($message, $code, $previous);
|
||||||
$this->prettify_tl();
|
$this->prettify_tl();
|
||||||
|
|
||||||
$additional = [];
|
$additional = [];
|
||||||
foreach ($this->getTrace() as $level) {
|
foreach ($this->getTrace() as $level) {
|
||||||
if (isset($level['function']) && $level['function'] === 'method_call') {
|
if (isset($level['function']) && $level['function'] === 'method_call') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user