Apply fixes from StyleCI
This commit is contained in:
parent
323359897b
commit
2a95f6eb03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user