Skip to content

Commit

Permalink
Add doc to override function
Browse files Browse the repository at this point in the history
  • Loading branch information
JonOfUs authored and thrillfall committed Nov 8, 2022
1 parent 33c5a28 commit 003781a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Db/SubscriptionChange/SubscriptionChangeEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ public function __construct() {
$this->addType('subscribed','boolean');
}

/**
* @return array<string,mixed>
*/
public function jsonSerialize(): array {
return [
'id' => $this->id,
Expand Down

0 comments on commit 003781a

Please sign in to comment.