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

Commit e8b905a

Browse files
authored
Apply suggestion from @OskarStark
1 parent 9d7c0e7 commit e8b905a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Platform/Bridge/Albert/EmbeddingsModelClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
{
1616
public function __construct(
1717
private HttpClientInterface $httpClient,
18-
#[\SensitiveParameter]
19-
private string $apiKey,
18+
#[\SensitiveParameter] private string $apiKey,
2019
private string $baseUrl,
2120
) {
2221
if ('' === $apiKey) {

0 commit comments

Comments
 (0)