Improve code quality.

This commit is contained in:
James Cole
2018-07-22 15:08:56 +02:00
parent d4ba014a8a
commit a941519db5
41 changed files with 210 additions and 52 deletions

View File

@@ -33,9 +33,9 @@ use Log;
*/
class FileRoutine implements RoutineInterface
{
/** @var ImportJob */
/** @var ImportJob The import job */
private $importJob;
/** @var ImportJobRepositoryInterface */
/** @var ImportJobRepositoryInterface Import job repository */
private $repository;
/**
@@ -66,6 +66,8 @@ class FileRoutine implements RoutineInterface
}
/**
* Set the import job.
*
* @param ImportJob $importJob
*
* @return void