mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
make sure class is compatible with interface.
This commit is contained in:
parent
cabcb9c6d0
commit
73f29ebf69
@ -929,10 +929,8 @@ class BunqRoutine implements RoutineInterface
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function setJob(ImportJob $job)
|
||||
public function setJob(ImportJob $job): void
|
||||
{
|
||||
// TODO: Implement setJob() method.
|
||||
throw new NotImplementedException;
|
||||
|
@ -608,10 +608,8 @@ class SpectreRoutine implements RoutineInterface
|
||||
|
||||
/**
|
||||
* @param ImportJob $job
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function setJob(ImportJob $job)
|
||||
public function setJob(ImportJob $job): void
|
||||
{
|
||||
// TODO: Implement setJob() method.
|
||||
throw new NotImplementedException;
|
||||
|
Loading…
Reference in New Issue
Block a user