mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 04:46:44 +00:00
Various code fixes.
This commit is contained in:
@@ -332,7 +332,7 @@ class RecurringRepository implements RecurringRepositoryInterface
|
||||
foreach ($journalMeta as $journalId) {
|
||||
$search[] = (int) $journalId;
|
||||
}
|
||||
if (empty($search)) {
|
||||
if (0 === count($search)) {
|
||||
return new Collection();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user