See the failing test in https://github.com/Maks3w/SwaggerAssertions/pull/29 Because [`parse_str`](https://secure.php.net/manual/fr/function.parse-str.php) 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?