Skip to content

Commit

Permalink
add return type mixed to jsonSerialize()
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Dec 12, 2024
1 parent fb4afd7 commit e43a3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LockEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct(
/**
* @return array
*/
public function jsonSerialize()
public function jsonSerialize(): mixed
{
return [
"by" => $this->by,
Expand Down

0 comments on commit e43a3e6

Please sign in to comment.