Passed
Push — master ( 34f6c5...6bbcb4 )
by Simon
33s
created
src/Rates.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     public function get(string $from, string $to, float $amount)
30 30
     {
31
-        $params = ['from' => $from, 'to' => $to, 'amount' => $amount];
31
+        $params = [ 'from' => $from, 'to' => $to, 'amount' => $amount ];
32 32
         return $this->client->get(self::ENDPOINT.'?'.http_build_query($params));
33 33
     }
34 34
 }
Please login to merge, or discard this patch.