mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -101,6 +101,8 @@ class Modifier
|
||||
try {
|
||||
$compareDate = new Carbon($compare);
|
||||
} catch (Exception $e) {
|
||||
Log::debug(sprintf('Not interesting: %s', $e->getMessage()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -118,6 +120,8 @@ class Modifier
|
||||
try {
|
||||
$compareDate = new Carbon($compare);
|
||||
} catch (Exception $e) {
|
||||
Log::debug(sprintf('Not interesting: %s', $e->getMessage()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -135,6 +139,8 @@ class Modifier
|
||||
try {
|
||||
$compareDate = new Carbon($compare);
|
||||
} catch (Exception $e) {
|
||||
Log::debug(sprintf('Not interesting: %s', $e->getMessage()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user