Passed
Pull Request — master (#104)
by Бабичев
494:32 queued 405:41
created
src/Services/WalletService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $fee = 0;
37 37
         if ($wallet instanceof Taxable) {
38
-            $fee = (int)($amount * $wallet->getFeePercent() / 100);
38
+            $fee = (int) ($amount * $wallet->getFeePercent() / 100);
39 39
         }
40 40
 
41 41
         /**
Please login to merge, or discard this patch.