mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code optimizations.
This commit is contained in:
@@ -81,6 +81,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @return ExportJob
|
||||
* @deprecated
|
||||
*/
|
||||
public function create(): ExportJob
|
||||
{
|
||||
@@ -120,6 +121,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
* @deprecated
|
||||
* @return ExportJob
|
||||
*/
|
||||
|
@@ -45,6 +45,7 @@ interface ExportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @return ExportJob
|
||||
* @deprecated
|
||||
*/
|
||||
public function create(): ExportJob;
|
||||
|
||||
@@ -57,6 +58,7 @@ interface ExportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
* @deprecated
|
||||
* @return ExportJob
|
||||
*/
|
||||
|
Reference in New Issue
Block a user