@@ -143,6 +143,7 @@ |
||
143 | 143 | * @param PaymentDetails $details |
144 | 144 | * @param string|null $memo |
145 | 145 | * @param string ...$transactions |
146 | + * @param string[] $transactions |
|
146 | 147 | * @return PaymentACK |
147 | 148 | */ |
148 | 149 | public function sendPayment(PaymentDetails $details, string $memo = null, string ...$transactions): PaymentACK |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Bip70\Test\Client\GuzzleClient; |
6 | 6 | |
7 | 7 | use PHPUnit\Framework\TestCase; |
8 | - |
|
9 | 8 | use Bip70\Client\GuzzleHttpClient; |
10 | 9 | use Bip70\X509\RequestValidation; |
11 | 10 | use Bip70\X509\TrustStoreLoader; |