I'm trying to convert a Symfony Request object to a different (PSR7-compliant) request object, but there's no way for me to get the `$statusText`. Can we get a getter please? There's one for statusCode, but not statusText.