mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-06 20:27:29 +00:00
Lots of new code for the import routine part 2
This commit is contained in:
@@ -54,12 +54,12 @@ interface ImportJobRepositoryInterface
|
||||
public function processConfiguration(ImportJob $job, UploadedFile $file): bool;
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
* @param UploadedFile $file
|
||||
* @param ImportJob $job
|
||||
* @param null|UploadedFile $file
|
||||
*
|
||||
* @return mixed
|
||||
* @return bool
|
||||
*/
|
||||
public function processFile(ImportJob $job, UploadedFile $file): bool;
|
||||
public function processFile(ImportJob $job, ?UploadedFile $file): bool;
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
|
||||
Reference in New Issue
Block a user