From 7aac19a7edf348ed71bdde9398c337b3b33506c5 Mon Sep 17 00:00:00 2001 From: ZGrguric Date: Thu, 26 Oct 2023 15:59:35 +0200 Subject: [PATCH] WSSClient --- src/Client.php | 2 +- src/WSSClient.php | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/WSSClient.php diff --git a/src/Client.php b/src/Client.php index 5f8a3e0..6d5fed0 100644 --- a/src/Client.php +++ b/src/Client.php @@ -20,7 +20,7 @@ class Client /** * XRPL Client constructor. * @param array $config - * @param + * @param ?XRPLWinHttpClientInterface $httpClient */ public function __construct(array $config, ?XRPLWinHttpClientInterface $httpClient = null) { diff --git a/src/WSSClient.php b/src/WSSClient.php new file mode 100644 index 0000000..a53eb3a --- /dev/null +++ b/src/WSSClient.php @@ -0,0 +1,11 @@ +