mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Various code cleanup.
This commit is contained in:
@@ -55,9 +55,10 @@ class ExportController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* @param EJRI $repository
|
||||
* @param ExportJob $job
|
||||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response|\Illuminate\Contracts\Routing\ResponseFactory
|
||||
* @return \Illuminate\Contracts\Routing\ResponseFactory|\Symfony\Component\HttpFoundation\Response
|
||||
* @throws FireflyException
|
||||
*/
|
||||
public function download(ExportJobRepositoryInterface $repository, ExportJob $job)
|
||||
|
Reference in New Issue
Block a user