Apply fixes from StyleCI
This commit is contained in:
parent
5e7babfa76
commit
19e699f404
@ -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']],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user