From 2a95f6eb03c1035e01ec343552d203a7f9cf4623 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 25 Nov 2016 21:21:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/TL/TLParams.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/TL/TLParams.php b/src/danog/MadelineProto/TL/TLParams.php index 1c8cc928..1bab49be 100644 --- a/src/danog/MadelineProto/TL/TLParams.php +++ b/src/danog/MadelineProto/TL/TLParams.php @@ -14,7 +14,8 @@ namespace danog\MadelineProto\TL; class TLParams { - public function parse_params($key, $mtproto = false) { + public function parse_params($key, $mtproto = false) + { foreach ($this->params[$key] as &$param) { $param['flag'] = false; $param['subtype'] = null;