Completed
Pull Request — master (#3)
by
unknown
08:46
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
         if (empty($rawContent)) {
17 17
             $body = 'php://input';
18 18
         } else {
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.