mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Mark all import related code as deprecated
This commit is contained in:
		| @@ -28,6 +28,8 @@ use Illuminate\Support\MessageBag; | ||||
|  | ||||
| /** | ||||
|  * Interface BunqJobConfigurationInterface | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| interface BunqJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -36,6 +36,8 @@ use Log; | ||||
|  | ||||
| /** | ||||
|  * Class ChooseAccountsHandler | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| class ChooseAccountsHandler implements BunqJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -30,6 +30,8 @@ use Log; | ||||
|  | ||||
| /** | ||||
|  * Class NewBunqJobHandler | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| class NewBunqJobHandler implements BunqJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
|   | ||||
| @@ -35,7 +35,9 @@ use Illuminate\Support\MessageBag; | ||||
|  | ||||
| /** | ||||
|  * Class ChooseAccountHandler | ||||
|  * | ||||
|  * @codeCoverageIgnore | ||||
|  * @deprecated | ||||
|  */ | ||||
| class ChooseAccountHandler implements FinTSConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -26,7 +26,8 @@ use FireflyIII\Models\ImportJob; | ||||
| use Illuminate\Support\MessageBag; | ||||
|  | ||||
| /** | ||||
|  * | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| interface FinTSConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -34,6 +34,7 @@ use Illuminate\Support\MessageBag; | ||||
| /** | ||||
|  * Class NewFinTSJobHandler | ||||
|  * @codeCoverageIgnore | ||||
|  * @deprecated | ||||
|  */ | ||||
| class NewFinTSJobHandler implements FinTSConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -31,6 +31,7 @@ use Log; | ||||
|  * @codeCoverageIgnore | ||||
|  * | ||||
|  * Class AuthenticatedHandler | ||||
|  * @deprecated | ||||
|  */ | ||||
| class AuthenticatedHandler implements SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -39,7 +39,8 @@ use Log; | ||||
|  | ||||
| /** | ||||
|  * Class ChooseAccountsHandler | ||||
|  * | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| class ChooseAccountsHandler implements SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -35,7 +35,8 @@ use Log; | ||||
|  | ||||
| /** | ||||
|  * Class ChooseLoginHandler | ||||
|  * | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| class ChooseLoginHandler implements SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -34,7 +34,8 @@ use Log; | ||||
|  | ||||
| /** | ||||
|  * Class AuthenticateConfig | ||||
|  * | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| class DoAuthenticateHandler implements SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -32,7 +32,7 @@ use Log; | ||||
|  * @codeCoverageIgnore | ||||
|  * | ||||
|  * Class NewSpectreJobHandler | ||||
|  * | ||||
|  * @deprecated | ||||
|  */ | ||||
| class NewSpectreJobHandler implements SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -29,7 +29,8 @@ use Illuminate\Support\MessageBag; | ||||
|  | ||||
| /** | ||||
|  * Interface SpectreJobConfigurationInterface | ||||
|  * | ||||
|  * @deprecated | ||||
|  * @codeCoverageIgnore | ||||
|  */ | ||||
| interface SpectreJobConfigurationInterface | ||||
| { | ||||
|   | ||||
| @@ -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