mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Various code cleanup.
This commit is contained in:
@@ -46,7 +46,7 @@ abstract class BunqRequest
|
||||
* @var array
|
||||
*/
|
||||
private $upperCaseHeaders
|
||||
= [
|
||||
= [
|
||||
'x-bunq-client-response-id' => 'X-Bunq-Client-Response-Id',
|
||||
'x-bunq-client-request-id' => 'X-Bunq-Client-Request-Id',
|
||||
];
|
||||
@@ -330,6 +330,7 @@ abstract class BunqRequest
|
||||
* @param array $headers
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
protected function sendUnsignedBunqDelete(string $uri, array $headers): array
|
||||
@@ -360,6 +361,7 @@ abstract class BunqRequest
|
||||
* @param array $headers
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
protected function sendUnsignedBunqPost(string $uri, array $data, array $headers): array
|
||||
|
||||
@@ -34,7 +34,6 @@ class DeleteDeviceSessionRequest extends BunqRequest
|
||||
private $sessionToken;
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -40,7 +40,6 @@ class DeviceServerRequest extends BunqRequest
|
||||
private $permittedIps = [];
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -46,7 +46,6 @@ class DeviceSessionRequest extends BunqRequest
|
||||
private $userPerson;
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -40,7 +40,6 @@ class InstallationTokenRequest extends BunqRequest
|
||||
private $publicKey = '';
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -43,7 +43,6 @@ class ListDeviceServerRequest extends BunqRequest
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -39,7 +39,6 @@ class ListMonetaryAccountRequest extends BunqRequest
|
||||
private $userId = 0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
@@ -42,7 +42,6 @@ class ListUserRequest extends BunqRequest
|
||||
private $userPerson;
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function call(): void
|
||||
|
||||
Reference in New Issue
Block a user