mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Massive rewrite for import routine, part 1.
This commit is contained in:
@@ -32,11 +32,11 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
interface ImportJobRepositoryInterface
|
||||
{
|
||||
/**
|
||||
* @param string $fileType
|
||||
* @param string $type
|
||||
*
|
||||
* @return ImportJob
|
||||
*/
|
||||
public function create(string $fileType): ImportJob;
|
||||
public function create(string $type): ImportJob;
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
|
||||
Reference in New Issue
Block a user