Completed
Pull Request — master (#3)
by
unknown
05:12 queued 03:32
created
src/Bridge/Psr7RequestBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         $body = 'php://input';
17 17
         
18 18
         if (!empty($rawContent)) {
19
-            $body   = new Stream('php://memory', 'wb+');
19
+            $body = new Stream('php://memory', 'wb+');
20 20
             $body->write($rawContent);
21 21
         }
22 22
 
Please login to merge, or discard this patch.