Completed
Push — master ( 5fb890...650afb )
by Llewellyn
02:12
created
src/LlewellynThomas/Coins/Currency/MetricCurrency.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     {
38 38
         $collection = [];
39 39
         \array_walk($this->coins, function($coin) use (&$amount, &$collection) {
40
-               $collection[$coin] = (int)\floor($amount/$coin);
40
+               $collection[$coin] = (int)\floor($amount / $coin);
41 41
                 $amount = $amount % $coin;
42 42
         });
43 43
 
Please login to merge, or discard this patch.