Completed
Pull Request — master (#102)
by Šimon
06:39
created
src/Transport/Http.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -634,8 +634,9 @@
 block discarded – undo
634 634
 
635 635
             return $response;
636 636
         } finally {
637
-            if ($streamRW->isWrite())
638
-                fclose($stream);
637
+            if ($streamRW->isWrite()) {
638
+                            fclose($stream);
639
+            }
639 640
         }
640 641
     }
641 642
 
Please login to merge, or discard this patch.