Code clean up.

This commit is contained in:
James Cole
2017-11-15 12:25:49 +01:00
parent 57dcdfa0c4
commit ffca858b8d
476 changed files with 2055 additions and 4181 deletions

View File

@@ -27,12 +27,10 @@ use View;
/**
* Class ImportController.
*
* @package FireflyIII\Http\Controllers
*/
class ImportController extends Controller
{
/** @var ImportJobRepositoryInterface */
/** @var ImportJobRepositoryInterface */
public $repository;
/**
@@ -53,9 +51,8 @@ class ImportController extends Controller
);
}
/**
* General import index
* General import index.
*
* @return View
*/