mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Updates for new Sandstorm package.
This commit is contained in:
@@ -58,11 +58,9 @@ interface ExportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
* @deprecated
|
||||
* @return ExportJob
|
||||
* @return ExportJob|null
|
||||
*/
|
||||
public function findByKey(string $key): ExportJob;
|
||||
public function findByKey(string $key): ?ExportJob;
|
||||
|
||||
/**
|
||||
* @param ExportJob $job
|
||||
|
Reference in New Issue
Block a user