mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Code cleanup
This commit is contained in:
@@ -201,7 +201,7 @@ class ImportCurrency
|
||||
private function getMappedObject(array $array): ?TransactionCurrency
|
||||
{
|
||||
Log::debug('In getMappedObject()');
|
||||
if (0 === count($array)) {
|
||||
if (0 === \count($array)) {
|
||||
Log::debug('Array is empty, nothing will come of this.');
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user