Skip to content

Commit

Permalink
add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
chipslays committed Mar 14, 2024
1 parent 7a53e40 commit e65928b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public function __construct(
$this->createHttpClient();
}

/**
* Create HTTP client.
*
* @return void
*/
public function createHttpClient(): void
{
$httpClientConfig = [
Expand Down

0 comments on commit e65928b

Please sign in to comment.