Completed
Push — master ( 7e0a4b...d97dbf )
by Colin
09:06
created
src/Factory.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
                         'status'         => $response->getStatusCode(),
122 122
                         'headers'        => $response->getHeaders(),
123 123
                         'body'           => $response->getBody()
124
-                                                     ->detach(),
124
+                                                        ->detach(),
125 125
                         'transfer_stats' => ['total_time' => 0],
126 126
                         'effective_url'  => (string)$psr7Request->getUri(),
127 127
                     ]);
Please login to merge, or discard this 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.