We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af174fe commit 1a1b43aCopy full SHA for 1a1b43a
src/Client.php
@@ -53,6 +53,7 @@ class Client
53
* @param TempNumberServer $backendServer
54
*/
55
public function __construct(
56
+ #[\SensitiveParameter]
57
string $apiKey,
58
?HttpClientInterface $httpClient = null,
59
TempNumberServer $backendServer = TempNumberServer::Production
@@ -68,7 +69,7 @@ public function __construct(
68
69
* @param string $apiKey
70
* @return void
71
- public function setApiKey(string $apiKey): void
72
+ public function setApiKey(#[\SensitiveParameter] string $apiKey): void
73
{
74
$this->applyHttpClientOptions([
75
'headers' => [
0 commit comments