We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a68c5f commit 2328a59Copy full SHA for 2328a59
src/Adyen/Service.php
@@ -55,8 +55,8 @@ public function getClient(): Client
55
protected function requestHttp(
56
string $url,
57
string $method = 'get',
58
- array $bodyParams = null,
59
- array $requestOptions = null
+ ?array $bodyParams = null,
+ ?array $requestOptions = null
60
): array {
61
// check if rest api method has a value
62
if (!$method) {
0 commit comments