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