mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -29,10 +29,10 @@ interface ExportJobRepositoryInterface
|
||||
public function create();
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
* @param string $key
|
||||
*
|
||||
* @return ExportJob|null
|
||||
*/
|
||||
public function findByKey($key);
|
||||
public function findByKey(string $key);
|
||||
|
||||
}
|
Reference in New Issue
Block a user