summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-05-31 17:09:50 +0200
committermsquare <msquare@notrademark.de>2019-06-03 21:36:58 +0200
commit236197faf82073e3b8afca49161898eb60cee76b (patch)
tree43746f677ef76ec638866077ceaaa5155f473c60 /src
parent25bf0d8f873f80401f27cf0723548f5b1396de85 (diff)
Upgraded external components
Diffstat (limited to 'src')
-rw-r--r--src/Http/MessageTrait.php2
-rw-r--r--src/Http/Request.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/Http/MessageTrait.php b/src/Http/MessageTrait.php
index 0b12ce61..93c7cd50 100644
--- a/src/Http/MessageTrait.php
+++ b/src/Http/MessageTrait.php
@@ -18,7 +18,7 @@ trait MessageTrait
*
* @return string HTTP protocol version.
*/
- public function getProtocolVersion()
+ public function getProtocolVersion(): string
{
return parent::getProtocolVersion();
}
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()
);
}