diff options
Diffstat (limited to 'src/Http/Request.php')
-rw-r--r-- | src/Http/Request.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Http/Request.php b/src/Http/Request.php index 0e1acf76..0621d488 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -370,7 +370,6 @@ class Request extends SymfonyRequest implements ServerRequestInterface $filename, $file->getClientFilename(), $file->getClientMediaType(), - $file->getSize(), $file->getError() ); } |