mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Mark all import related code as deprecated
This commit is contained in:
@@ -39,6 +39,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class ConfigureMappingHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ConfigureMappingHandler implements FileConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -38,6 +38,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class ConfigureRolesHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ConfigureRolesHandler implements FileConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -32,6 +32,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class ConfigureUploadHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ConfigureUploadHandler implements FileConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -27,6 +27,8 @@ use Illuminate\Support\MessageBag;
|
||||
|
||||
/**
|
||||
* Class FileConfigurationInterface.
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
interface FileConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -36,6 +36,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class NewFileJobHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class NewFileJobHandler implements FileConfigurationInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user