mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
All kinds of cleanup.
This commit is contained in:
@@ -109,8 +109,6 @@ class AccountType implements CUD, CommonDatabaseCalls
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -67,6 +67,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
} else {
|
||||
@@ -86,6 +87,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
}
|
||||
@@ -148,6 +150,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
} else {
|
||||
@@ -157,6 +160,7 @@ class Report implements ReportInterface
|
||||
if ($journal->transactionType->type == 'Deposit') {
|
||||
return $journal;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -108,8 +108,6 @@ class TransactionType implements CUD, CommonDatabaseCalls
|
||||
|
||||
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user