Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JsonBomb: Don't directly type hint `mixed'
Under PHP 7.x this causes an error: Return value of JsonBomb::jsonSerialize() must be an instance of mixed, resource returned Because `mixed' is not recognized as an actual type hint before PHP 8.
- Loading branch information