Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding string cast on content length integer (#181)
The header function inside the JsonResponse class expects array|null|string and previously we were passing an integer. Now casting integer to string. Pedantic change.
- Loading branch information