mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
chore: fix various small sonacloud issues to see if the actions run correctly.
This commit is contained in:
@@ -212,7 +212,7 @@ class LinkTypeRepository implements LinkTypeRepositoryInterface
|
||||
|
||||
return $merged->filter(
|
||||
function (TransactionJournalLink $link) {
|
||||
return (null !== $link->source && null !== $link->destination);
|
||||
return null !== $link->source && null !== $link->destination;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user