diff --git a/lib/Db/SubscriptionChange/SubscriptionChangeEntity.php b/lib/Db/SubscriptionChange/SubscriptionChangeEntity.php index 95ea037..2e431d4 100644 --- a/lib/Db/SubscriptionChange/SubscriptionChangeEntity.php +++ b/lib/Db/SubscriptionChange/SubscriptionChangeEntity.php @@ -18,6 +18,9 @@ class SubscriptionChangeEntity extends Entity implements JsonSerializable { $this->addType('subscribed','boolean'); } + /** + * @return array + */ public function jsonSerialize(): array { return [ 'id' => $this->id,