mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
No need to unset non-existing variable #1059
This commit is contained in:
parent
36c8275f5e
commit
840705f793
@ -75,7 +75,7 @@ class Amount implements ConverterInterface
|
||||
Log::debug(sprintf('Searched from the left for "." in amount "%s", assume this is the decimal sign.', $value));
|
||||
$decimal = '.';
|
||||
}
|
||||
unset($options, $res, $candidate);
|
||||
unset($options, $res);
|
||||
}
|
||||
|
||||
// if decimal is dot, replace all comma's and spaces with nothing. then parse as float (round to 4 pos)
|
||||
|
Loading…
Reference in New Issue
Block a user