mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup
This commit is contained in:
@@ -30,8 +30,6 @@ class InstallationTokenRequest extends BunqRequest
|
||||
private $installationToken;
|
||||
/** @var string */
|
||||
private $publicKey = '';
|
||||
/** @var ServerPublicKey */
|
||||
private $serverPublicKey;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -87,22 +85,6 @@ class InstallationTokenRequest extends BunqRequest
|
||||
$this->publicKey = $publicKey;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ServerPublicKey
|
||||
*/
|
||||
public function getServerPublicKey(): ServerPublicKey
|
||||
{
|
||||
return $this->serverPublicKey;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $fake
|
||||
*/
|
||||
public function setFake(bool $fake)
|
||||
{
|
||||
$this->fake = $fake;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $response
|
||||
*
|
||||
|
Reference in New Issue
Block a user