Fix some scrutiniser issues.

This commit is contained in:
James Cole
2017-01-14 18:52:52 +01:00
parent cc0057cc56
commit 0b5cab99cf
3 changed files with 3 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ interface ExportJobRepositoryInterface
/**
* @param string $key
*
* @return ExportJob|null
* @return ExportJob
*/
public function findByKey(string $key): ExportJob;