From f93d956d0e2a62b9a5bd1a29bfafc0793d20e3ac Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 13 Feb 2017 14:15:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/TL/TL.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/TL/TL.php b/src/danog/MadelineProto/TL/TL.php index db4da82a..c94494ed 100644 --- a/src/danog/MadelineProto/TL/TL.php +++ b/src/danog/MadelineProto/TL/TL.php @@ -225,9 +225,12 @@ trait TL return \danog\PHP\Struct::pack('serialize_params($tl, $arguments); } - public function html_entity_decode($stuff) { + + public function html_entity_decode($stuff) + { return html_entity_decode(str_replace('
', "\n", $stuff)); } + public function serialize_params($tl, $arguments) { $serialized = '';