Skip to content

Commit

Permalink
set type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Dec 9, 2024
1 parent f2bf9cc commit c0a424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct() {
$this->addType('downloads', 'integer');
}

public function jsonSerialize() {
public function jsonSerialize(): mixed {
return [
'id' => $this->id,
'limit' => $this->limit,
Expand Down

0 comments on commit c0a424f

Please sign in to comment.