mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2024-03-18
This commit is contained in:
@@ -851,7 +851,7 @@ class Steam
|
||||
return number_format((float)$value, 0, '.', '');
|
||||
}
|
||||
|
||||
public function opposite(string $amount = null): ?string
|
||||
public function opposite(?string $amount = null): ?string
|
||||
{
|
||||
if (null === $amount) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user