We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[\SensitiveParameter]
1 parent 23f6ce5 commit 8ff207aCopy full SHA for 8ff207a
src/Bridge/Azure/Meta/PlatformFactory.php
@@ -23,8 +23,7 @@
23
{
24
public static function create(
25
string $baseUrl,
26
- #[\SensitiveParameter]
27
- string $apiKey,
+ #[\SensitiveParameter] string $apiKey,
28
?HttpClientInterface $httpClient = null,
29
?Contract $contract = null,
30
): Platform {
src/Bridge/Mistral/PlatformFactory.php
@@ -25,8 +25,7 @@
final class PlatformFactory
31
32
0 commit comments