Massive rewrite for import routine, part 1.

This commit is contained in:
James Cole
2017-12-16 08:03:35 +01:00
parent 985cc100e2
commit 84b6708260
34 changed files with 671 additions and 244 deletions

View File

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