Fix styling
This commit is contained in:
parent
5a6e9cca1d
commit
82a0ac77f4
|
|
@ -10,8 +10,6 @@ interface GetTradingPairsRequestContract
|
||||||
* Get future trading pair details
|
* Get future trading pair details
|
||||||
*
|
*
|
||||||
* @param string|null $symbols Trading pairs, comma-separated (e.g., "BTCUSDT,ETHUSDT,XRPUSDT")
|
* @param string|null $symbols Trading pairs, comma-separated (e.g., "BTCUSDT,ETHUSDT,XRPUSDT")
|
||||||
* @return ResponseInterface
|
|
||||||
*/
|
*/
|
||||||
public function getTradingPairs(?string $symbols = null): ResponseInterface;
|
public function getTradingPairs(?string $symbols = null): ResponseInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,4 +106,3 @@ it('can handle empty symbols parameter', function () {
|
||||||
expect(fn () => $api->getTradingPairs(null))
|
expect(fn () => $api->getTradingPairs(null))
|
||||||
->not->toThrow(Exception::class);
|
->not->toThrow(Exception::class);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue