mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various fixes and cleanup
This commit is contained in:
@@ -90,7 +90,7 @@ trait ConvertsDataTypes
|
||||
if (null === $string) {
|
||||
return null;
|
||||
}
|
||||
if('' === $string) {
|
||||
if ('' === $string) {
|
||||
return '';
|
||||
}
|
||||
$search = [
|
||||
@@ -154,7 +154,7 @@ trait ConvertsDataTypes
|
||||
if (null === $string) {
|
||||
return null;
|
||||
}
|
||||
if('' === $string) {
|
||||
if ('' === $string) {
|
||||
return '';
|
||||
}
|
||||
return trim($string);
|
||||
|
Reference in New Issue
Block a user