mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Mark all import related code as deprecated
This commit is contained in:
@@ -37,6 +37,8 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
|
||||
/**
|
||||
* Class ImportJobRepository.
|
||||
* @codeCoverageIgnore
|
||||
* @deprecated
|
||||
*
|
||||
*/
|
||||
class ImportJobRepository implements ImportJobRepositoryInterface
|
||||
|
@@ -32,6 +32,8 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
|
||||
/**
|
||||
* Interface ImportJobRepositoryInterface.
|
||||
* @codeCoverageIgnore
|
||||
* @deprecated
|
||||
*/
|
||||
interface ImportJobRepositoryInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user