mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Give all of these files a newline at the end.
This commit is contained in:
@@ -69,4 +69,4 @@ interface BunqJobConfigurationInterface
|
||||
*/
|
||||
public function setImportJob(ImportJob $importJob): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -218,4 +218,4 @@ class ChooseAccountsHandler implements BunqJobConfigurationInterface
|
||||
|
||||
return $accountId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -100,4 +100,4 @@ class NewBunqJobHandler implements BunqJobConfigurationInterface
|
||||
$this->repository = app(ImportJobRepositoryInterface::class);
|
||||
$this->repository->setUser($importJob->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user