Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Avoid return type from request parseBody
After upgrade psr/http-message to 1.1.0 the method `getParsedBody()` can return an object in addition to array and null. To avoid errors use only `getQueryParams()`
- Loading branch information