Skip to content

Commit

Permalink
Compatibility with JsonSerializable::jsonSerialize(): mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubos Remplik authored and josegonzalez committed Mar 6, 2022
1 parent 323167b commit 0869282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/josegonzalez/Queuesadilla/Job/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function __toString()
return json_encode($this);
}

public function jsonSerialize()
public function jsonSerialize(): mixed
{
return $this->item;
}
Expand Down

0 comments on commit 0869282

Please # to comment.