From 74212cc6bd7416f1b808dcc96a4a5bbdd44fff0b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 6 Aug 2017 13:04:06 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/MTProto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 02fc5f72..b87f8b4a 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -607,7 +607,7 @@ class MTProto extends \Volatile public function reset_session($de = true, $auth_key = false) { if (!is_object($this->datacenter)) { - throw new Exception("The session is corrupted!"); + throw new Exception('The session is corrupted!'); } foreach ($this->datacenter->sockets as $id => $socket) { if ($de) {