Completed
Push — master ( d63375...7feaf8 )
by Stephan
02:17 queued 44s
created
src/Picqer/Financials/Exact/Persistance/Downloadable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         ];
31 31
 
32 32
         $res = $client->get($this->getDownloadUrl(), [
33
-          'headers' => $headers
33
+            'headers' => $headers
34 34
         ]);
35 35
 
36 36
         return $res->getBody();
Please login to merge, or discard this patch.