mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Code clean up.
This commit is contained in:
@@ -108,7 +108,6 @@ class InstallationTokenRequest extends BunqRequest
|
||||
$installationId->setId(intval($data['id']));
|
||||
|
||||
return $installationId;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -118,7 +117,6 @@ class InstallationTokenRequest extends BunqRequest
|
||||
*/
|
||||
private function extractInstallationToken(array $response): InstallationToken
|
||||
{
|
||||
|
||||
$data = $this->getKeyFromResponse('Token', $response);
|
||||
$installationToken = new InstallationToken($data);
|
||||
|
||||
|
Reference in New Issue
Block a user