mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Mark all import related code as deprecated
This commit is contained in:
@@ -34,6 +34,8 @@ use RuntimeException;
|
||||
|
||||
/**
|
||||
* Class NewYnabJobHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class NewYnabJobHandler implements YnabJobConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -37,6 +37,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class SelectAccountsHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class SelectAccountsHandler implements YnabJobConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -35,6 +35,8 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class SelectBudgetHandler
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class SelectBudgetHandler implements YnabJobConfigurationInterface
|
||||
{
|
||||
|
||||
@@ -28,7 +28,8 @@ use Illuminate\Support\MessageBag;
|
||||
|
||||
/**
|
||||
* Interface YnabJobConfigurationInterface
|
||||
*
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
interface YnabJobConfigurationInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user