Skip to content

Commit eefb006

Browse files
committed
refactor: change request data traversable types
1 parent 1499768 commit eefb006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Gateway.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ public function setReturnUrl(string $value)
7272
}
7373

7474
/**
75-
* @param array<string, integer|string|float> $params
75+
* @param array<string, integer|string|boolean> $params
7676
*/
7777
public function purchase(array $params = []): RequestInterface
7878
{
7979
return $this->createRequest(PurchaseRequest::class, $params);
8080
}
8181

8282
/**
83-
* @param array<string, integer|string|float> $params
83+
* @param array<string, integer|string|boolean> $params
8484
*/
8585
public function completePurchase(array $params = []): RequestInterface
8686
{

0 commit comments

Comments
 (0)