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

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