Skip to content

Commit f9e8008

Browse files
committed
Mark $secret with #[SensitiveParameter].
1 parent 133cd99 commit f9e8008

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
@@ -159,6 +159,7 @@ public static function createWithHttpClient(
159159
RequestFactoryInterface $requestFactory,
160160
StreamFactoryInterface $streamFactory,
161161
string $baseUrl,
162+
#[\SensitiveParameter]
162163
string $secret,
163164
): static {
164165
// Extending classes need to override this method, if they change the

0 commit comments

Comments
 (0)