Completed
Push — master ( d546a0...fcda50 )
by smiley
01:36
created
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.