Completed
Push — master ( 2baebf...b22d69 )
by smiley
01:43
created
src/Psr18/StreamClient.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,8 @@
 block discarded – undo
59 59
 		try{
60 60
 			$responseBody    = file_get_contents($requestUri, false, $context);
61 61
 			$responseHeaders = $this->parseResponseHeaders(get_headers($requestUri, 1, $context));
62
-		}catch(\Exception $e){
62
+		}
63
+		catch(\Exception $e){
63 64
 			throw new ClientException($e->getMessage(), $e->getCode());
64 65
 		}
65 66
 
Please login to merge, or discard this patch.