Passed
Push — master ( 4404e8...d96b0b )
by frey
02:49
created
src/Adapter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -436,9 +436,9 @@
 block discarded – undo
436 436
             $temporaryUrl = $this->getTemporaryUrl($path, Carbon::now()->addMinutes(5));
437 437
 
438 438
             $stream = $this->getHttpClient()
439
-                           ->get($temporaryUrl, ['stream' => true])
440
-                           ->getBody()
441
-                           ->detach();
439
+                            ->get($temporaryUrl, ['stream' => true])
440
+                            ->getBody()
441
+                            ->detach();
442 442
 
443 443
             return ['stream' => $stream];
444 444
         } catch (ServiceResponseException $e) {
Please login to merge, or discard this patch.