Updates for new Sandstorm package.

This commit is contained in:
James Cole
2018-07-24 20:30:52 +02:00
parent 871033501a
commit 086eccaf4a
10 changed files with 83 additions and 93 deletions

View File

@@ -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.