Code cleanup.

This commit is contained in:
James Cole
2017-04-09 07:56:46 +02:00
parent 595596d73f
commit 8db96025a3
81 changed files with 228 additions and 276 deletions

View File

@@ -274,10 +274,10 @@ class ImportController extends Controller
* Step 5. Depending on the importer, this will show the user settings to
* fill in.
*
* @param ImportJob $job
* @param ImportJobRepositoryInterface $repository
* @param ImportJob $job
*
* @return View
* @throws FireflyException
*/
public function settings(ImportJobRepositoryInterface $repository, ImportJob $job)
{