From 099bb17c3422e77bbcabf757df68535dbc21037d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 6 Aug 2017 14:06:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/RPCErrorException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/RPCErrorException.php b/src/danog/MadelineProto/RPCErrorException.php index b2718037..dc60ea9e 100644 --- a/src/danog/MadelineProto/RPCErrorException.php +++ b/src/danog/MadelineProto/RPCErrorException.php @@ -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') {