mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Various code cleanup.
This commit is contained in:
@@ -87,6 +87,8 @@ class NewYnabJobHandler implements YnabJobConfigurationInterface
|
||||
* Get data for config view.
|
||||
*
|
||||
* @return array
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
*/
|
||||
public function getNextData(): array
|
||||
{
|
||||
@@ -134,6 +136,8 @@ class NewYnabJobHandler implements YnabJobConfigurationInterface
|
||||
|
||||
|
||||
/**
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function getAccessToken(): void
|
||||
@@ -231,6 +235,8 @@ class NewYnabJobHandler implements YnabJobConfigurationInterface
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
* @throws \Psr\Container\NotFoundExceptionInterface
|
||||
* @throws \Psr\Container\ContainerExceptionInterface
|
||||
*/
|
||||
private function hasRefreshToken(): bool
|
||||
{
|
||||
|
||||
@@ -218,7 +218,7 @@ class SelectAccountsHandler implements YnabJobConfigurationInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $accountId
|
||||
* @param string $accountId
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user