mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Various code cleanup.
This commit is contained in:
@@ -73,7 +73,7 @@ class ConvertToWithdrawal implements ActionInterface
|
||||
return $this->convertTransferArray($journal);
|
||||
}
|
||||
|
||||
return false; // @codeCoverageIgnore
|
||||
return false;
|
||||
}
|
||||
|
||||
private function convertDepositArray(array $journal): bool
|
||||
|
Reference in New Issue
Block a user