mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code consistency and new tests.
This commit is contained in:
@@ -927,12 +927,15 @@ class BunqRoutine implements RoutineInterface
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
* @param ImportJob $importJob
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setJob(ImportJob $job): void
|
||||
public function setImportJob(ImportJob $importJob): void
|
||||
{
|
||||
// TODO: Implement setJob() method.
|
||||
// TODO: Implement setImportJob() method.
|
||||
throw new NotImplementedException;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user