Fix export controller tests.

This commit is contained in:
James Cole
2017-01-02 09:23:24 +01:00
parent 87316cf7c1
commit 7c5bed2bb5
2 changed files with 16 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
/**
* @param string $key
*
* @return ExportJob|null
* @return ExportJob
*/
public function findByKey(string $key): ExportJob
{