mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Remove TODO's, add some suppressors for code quality.
This commit is contained in:
@@ -386,7 +386,6 @@ class ConfigureRolesHandler implements FileConfigurationInterface
|
||||
|
||||
/**
|
||||
* Save the column count in the job. It's used in a later stage.
|
||||
* TODO move config out of this method (make it a parameter).
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,6 @@ class ChooseAccountsHandler implements SpectreJobConfigurationInterface
|
||||
$importAccounts = $config['account_mapping'] ?? [];
|
||||
$complete = \count($importAccounts) > 0 && $importAccounts !== [0 => 0];
|
||||
if ($complete) {
|
||||
// todo also actually validate content.
|
||||
Log::debug('Looks like user has mapped import accounts to Firefly III accounts', $importAccounts);
|
||||
$this->repository->setStage($this->importJob, 'go-for-import');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user