From e65928bfe6109186b3eea97e9ad01fdadcc63d18 Mon Sep 17 00:00:00 2001 From: chipslays Date: Thu, 14 Mar 2024 14:47:14 +0400 Subject: [PATCH] add docblock --- src/Client.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Client.php b/src/Client.php index c930fec..ed795fa 100644 --- a/src/Client.php +++ b/src/Client.php @@ -48,6 +48,11 @@ public function __construct( $this->createHttpClient(); } + /** + * Create HTTP client. + * + * @return void + */ public function createHttpClient(): void { $httpClientConfig = [