Skip to content

Commit 603761f

Browse files
committed
Mark $secret with #[SensitiveParameter].
1 parent 0814479 commit 603761f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BigBlueButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public static function createWithHttpClient(
155155
RequestFactoryInterface $requestFactory,
156156
StreamFactoryInterface $streamFactory,
157157
string $baseUrl,
158+
#[\SensitiveParameter]
158159
string $secret,
159160
): static {
160161
$instance = new static($baseUrl, $secret);

0 commit comments

Comments
 (0)