http
http copied to clipboard
IRequest::getFile does mot match Request::getFile
Just minor thing.
There is mismatch between $key param definition in these two. IRequest has string type, but Request has correct string|string[] type.