mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-11 14:34:36 +00:00
Remove a lot of deprecated code.
This commit is contained in:
@@ -44,10 +44,9 @@ interface ExportJobRepositoryInterface
|
||||
public function cleanup(): bool;
|
||||
|
||||
/**
|
||||
* @return ExportJob
|
||||
* @deprecated
|
||||
* @return ExportJob|null
|
||||
*/
|
||||
public function create(): ExportJob;
|
||||
public function create(): ?ExportJob;
|
||||
|
||||
/**
|
||||
* @param ExportJob $job
|
||||
|
||||
Reference in New Issue
Block a user