mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Updates for new Sandstorm package.
This commit is contained in:
@@ -54,11 +54,9 @@ interface ImportJobRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*
|
||||
* @return ImportJob
|
||||
* @deprecated
|
||||
* @return ImportJob|null
|
||||
*/
|
||||
public function findByKey(string $key): ImportJob;
|
||||
public function findByKey(string $key): ?ImportJob;
|
||||
|
||||
/**
|
||||
* Return all attachments for job.
|
||||
|
||||
Reference in New Issue
Block a user