Add doc to override function
This commit is contained in:
parent
33c5a28250
commit
003781a8c4
|
@ -18,6 +18,9 @@ class SubscriptionChangeEntity extends Entity implements JsonSerializable {
|
||||||
$this->addType('subscribed','boolean');
|
$this->addType('subscribed','boolean');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array<string,mixed>
|
||||||
|
*/
|
||||||
public function jsonSerialize(): array {
|
public function jsonSerialize(): array {
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
|
|
Loading…
Reference in New Issue