diff --git a/src/danog/MadelineProto/TL/Types/Button.php b/src/danog/MadelineProto/TL/Types/Button.php index e4dc8bdb..acb39d75 100644 --- a/src/danog/MadelineProto/TL/Types/Button.php +++ b/src/danog/MadelineProto/TL/Types/Button.php @@ -42,11 +42,11 @@ class Button extends \Volatile implements \JsonSerializable } } - - public function __debugInfo() { + public function __debugInfo() + { return [ 'data' => $this->data, - 'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']] + 'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']], ]; }