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

@@ -69,6 +69,7 @@ class MigrateToGroups extends Command
/** @var JournalDestroyService */
private $service;
/**
* Execute the console command.
*
@@ -289,7 +290,6 @@ class MigrateToGroups extends Command
* @param TransactionJournal $journal
*
* @throws Exception
*
*/
private function makeMultiGroup(TransactionJournal $journal): void
{