Do some code cleanup and call correct phpunit.

This commit is contained in:
James Cole
2020-07-31 12:12:54 +02:00
parent c3110a43da
commit 4b96558433
48 changed files with 53 additions and 11 deletions

View File

@@ -66,6 +66,7 @@ class OtherCurrenciesCorrections extends Command
/** @var JournalRepositoryInterface */
private $journalRepos;
/**
* Execute the console command.
*
@@ -265,7 +266,6 @@ class OtherCurrenciesCorrections extends Command
*
* Both source and destination must match the respective currency preference of the related asset account.
* So FF3 must verify all transactions.
*
*/
private function updateOtherJournalsCurrencies(): void
{