mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Clean up code.
This commit is contained in:
@@ -540,9 +540,7 @@ class Steam
|
||||
if (null === $amount) {
|
||||
return null;
|
||||
}
|
||||
$amount = bcmul($amount, '-1');
|
||||
|
||||
return $amount;
|
||||
return bcmul($amount, '-1');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user