Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-02-13 14:15:39 +00:00 committed by StyleCI Bot
parent b8710f8f91
commit f93d956d0e

View File

@ -225,9 +225,12 @@ trait TL
return \danog\PHP\Struct::pack('<i', $tl['id']).$this->serialize_params($tl, $arguments);
}
public function html_entity_decode($stuff) {
public function html_entity_decode($stuff)
{
return html_entity_decode(str_replace('<br />', "\n", $stuff));
}
public function serialize_params($tl, $arguments)
{
$serialized = '';