Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: responseFile convert empty object to array
responseFile convert empty object to array due to `json_decode($content, true)` Example ```json {"foo":{}} ``` convert to ```json {"foo":[]} ```
- Loading branch information