Completed
Push — master ( 723741...e2f01d )
by smiley
02:37
created
src/Psr7/MultipartStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Psr18/StreamClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.