@@ -169,7 +169,7 @@ |
||
| 169 | 169 | /** |
| 170 | 170 | * @inheritdoc |
| 171 | 171 | */ |
| 172 | - public function getSize():?int{ |
|
| 172 | + public function getSize(): ?int{ |
|
| 173 | 173 | return $this->stream->getSize() + \strlen($this->boundary) + 6; |
| 174 | 174 | } |
| 175 | 175 | |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | $requestUri = (string)$uri->withFragment(''); |
| 54 | 54 | |
| 55 | - \set_error_handler(function ($severity, $msg, $file, $line){ |
|
| 55 | + \set_error_handler(function($severity, $msg, $file, $line){ |
|
| 56 | 56 | throw new \ErrorException($msg, 0, $severity, $file, $line); |
| 57 | 57 | }); |
| 58 | 58 | |