mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add newlines [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user