Various fixes and checks.

This commit is contained in:
James Cole
2018-12-21 10:11:18 +01:00
parent 78cb6da21a
commit 4f5d8f830e
8 changed files with 83 additions and 8 deletions

View File

@@ -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
*