mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Big refactor to remove the deprecated transaction collector.
This commit is contained in:
@@ -100,8 +100,8 @@ class FakeJobConfiguration implements JobConfigurationInterface
|
||||
$this->repository->setConfiguration($this->importJob, $configuration);
|
||||
$messages = new MessageBag();
|
||||
|
||||
if (3 !== \count($configuration)) {
|
||||
$messages->add('some_key', 'Ignore this error: ' . \count($configuration));
|
||||
if (3 !== count($configuration)) {
|
||||
$messages->add('some_key', 'Ignore this error: ' . count($configuration));
|
||||
}
|
||||
|
||||
return $messages;
|
||||
|
Reference in New Issue
Block a user