mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-31 18:54:58 +00:00
Various fixes and checks.
This commit is contained in:
@@ -69,6 +69,13 @@ interface ImportJobRepositoryInterface
|
||||
*/
|
||||
public function create(string $importProvider): ImportJob;
|
||||
|
||||
/**
|
||||
* @param int $jobId
|
||||
*
|
||||
* @return ImportJob|null
|
||||
*/
|
||||
public function find(int $jobId): ?ImportJob;
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user