Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-08-14 18:43:46 +00:00 committed by StyleCI Bot
parent 5e7babfa76
commit 19e699f404

View File

@ -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']],
];
}