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

Commit d5d142b

Browse files
authored
Apply suggestion from @OskarStark
1 parent a6370de commit d5d142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform/Bridge/Albert/PlatformFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
final class PlatformFactory
1616
{
1717
public static function create(
18-
string $apiKey,
18+
#[\SensititiveParameter] string $apiKey,
1919
string $albertUrl,
2020
?HttpClientInterface $httpClient = null,
2121
): Platform {

0 commit comments

Comments
 (0)