Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-09 17:43:11 +00:00 committed by StyleCI Bot
parent e8f2ae85c8
commit 457b749d6d

View File

@ -667,6 +667,7 @@ class MTProto
} catch (RPCErrorException $e) { } catch (RPCErrorException $e) {
return false; return false;
} }
return $this->authorization['user']; return $this->authorization['user'];
} }