Add newlines [skip ci]

This commit is contained in:
James Cole
2017-07-07 08:09:42 +02:00
parent dd508dbc49
commit 71a41bc00d
58 changed files with 94 additions and 96 deletions

View File

@@ -34,13 +34,6 @@ interface ConfiguratorInterface
*/
public function configureJob(array $data): bool;
/**
* @param ImportJob $job
*
* @return void
*/
public function setJob(ImportJob $job);
/**
* Return the data required for the next step in the job configuration.
*
@@ -62,4 +55,11 @@ interface ConfiguratorInterface
*/
public function isJobConfigured(): bool;
}
/**
* @param ImportJob $job
*
* @return void
*/
public function setJob(ImportJob $job);
}

View File

@@ -156,4 +156,4 @@ class CsvConfigurator implements ConfiguratorInterface
return $class;
}
}
}