This commit is contained in:
Daniil Gentili 2017-08-14 20:44:37 +02:00
commit b00bf4f1f4

View File

@ -42,11 +42,11 @@ class Button extends \Volatile implements \JsonSerializable
} }
} }
public function __debugInfo()
public function __debugInfo() { {
return [ return [
'data' => $this->data, 'data' => $this->data,
'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']] 'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']],
]; ];
} }