mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Ignoring eclipse specific files
This commit is contained in:
parent
e83d45fce5
commit
28d880a7c4
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,3 +4,9 @@
|
|||||||
|
|
||||||
storage/
|
storage/
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
|
# Eclipse specific files
|
||||||
|
.buildpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ class AmountComma extends BasicConverter implements ConverterInterface
|
|||||||
$value = str_replace(',', '.', $this->value);
|
$value = str_replace(',', '.', $this->value);
|
||||||
|
|
||||||
if (is_numeric($value)) {
|
if (is_numeric($value)) {
|
||||||
return floatval($value);
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
return '0';
|
return '0';
|
||||||
|
Loading…
Reference in New Issue
Block a user