Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit dab5368

Browse files
authored
Apply suggestion from @OskarStark
1 parent 1217e51 commit dab5368

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Platform/Bridge/Albert/GPTModelClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
public function __construct(
2020
HttpClientInterface $httpClient,
21-
#[\SensitiveParameter]
22-
private string $apiKey,
21+
#[\SensitiveParameter] private string $apiKey,
2322
private string $baseUrl,
2423
) {
2524
$this->httpClient = $httpClient instanceof EventSourceHttpClient ? $httpClient : new EventSourceHttpClient($httpClient);

0 commit comments

Comments
 (0)