Completed
Push — master ( 1bc6b8...73dec7 )
by frey
04:39
created
src/Adapter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -406,9 +406,9 @@
 block discarded – undo
406 406
             $temporaryUrl = $this->getTemporaryUrl($path, Carbon::now()->addMinutes(5));
407 407
 
408 408
             $stream = $this->getHttpClient()
409
-                           ->get($temporaryUrl, ['stream' => true])
410
-                           ->getBody()
411
-                           ->detach();
409
+                            ->get($temporaryUrl, ['stream' => true])
410
+                            ->getBody()
411
+                            ->detach();
412 412
 
413 413
             return ['stream' => $stream];
414 414
         } catch (NoSuchKeyException $e) {
Please login to merge, or discard this patch.