Mark all import related code as deprecated

This commit is contained in:
James Cole
2020-03-15 15:31:51 +01:00
parent 9d90beb790
commit 16f918a294
145 changed files with 265 additions and 16 deletions

View File

@@ -37,6 +37,8 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
/**
* Class ImportJobRepository.
* @codeCoverageIgnore
* @deprecated
*
*/
class ImportJobRepository implements ImportJobRepositoryInterface

View File

@@ -32,6 +32,8 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
/**
* Interface ImportJobRepositoryInterface.
* @codeCoverageIgnore
* @deprecated
*/
interface ImportJobRepositoryInterface
{