Completed
Push — master ( 96cbf4...f0550e )
by Colin
13s queued 10s
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
                         'body'           => $response->getBody()
124 124
                                                      ->detach(),
125 125
                         'transfer_stats' => ['total_time' => 0],
126
-                        'effective_url'  => (string)$psr7Request->getUri(),
126
+                        'effective_url'  => (string) $psr7Request->getUri(),
127 127
                     ]);
128 128
                 });
129 129
             }
Please login to merge, or discard this patch.