Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[9.x] Allow jsonSerialize() to return other types (#42133)
* Update jsonSerialized() return to type to mixed * Update testJsonSerialize test * Update to use a more specific type: array|string vs. mixed * Typo - missing bracket * Updated Collection's jsonSerialize return type to be array * Revert EnumeratesValues' jsonSerialize() type * Revert to mixed type
- Loading branch information