mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code consistency and new tests.
This commit is contained in:
@@ -67,7 +67,7 @@ class ImportArrayStorage
|
||||
*
|
||||
* @param ImportJob $importJob
|
||||
*/
|
||||
public function setJob(ImportJob $importJob): void
|
||||
public function setImportJob(ImportJob $importJob): void
|
||||
{
|
||||
$this->importJob = $importJob;
|
||||
$this->countTransfers();
|
||||
|
Reference in New Issue
Block a user