diff --git a/src/danog/MadelineProto/Lua.php b/src/danog/MadelineProto/Lua.php index 656409d4..a7535152 100644 --- a/src/danog/MadelineProto/Lua.php +++ b/src/danog/MadelineProto/Lua.php @@ -161,7 +161,9 @@ class Lua $newval[$name] = [$value, $name]; } foreach ($value as $key => $name) { - if ($key === 'madeline') continue; + if ($key === 'madeline') { + continue; + } $newval[$key] = $name; } if ($newval === []) {