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 5d4baad commit e7d3dedCopy full SHA for e7d3ded
src/platform/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/platform/src/Bridge/Mistral/PlatformFactory.php
@@ -25,8 +25,7 @@
final class PlatformFactory
31
32
0 commit comments