You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried upgrading the justinrainbow/json-schema dependency to be able to use some loose type check, but I haven't gotten it to work yet with all the BC breaks the upgrade brings.
See the failing test in #29
Because
parse_str
is used on the query string, all query parameters are considered to be strings.Is there currently a way to have a PSR7 Request matching a
int
type on a query parameter?The text was updated successfully, but these errors were encountered: