Skip to content

Commit fa45281

Browse files
committed
Mark $secret with #[SensitiveParameter].
1 parent 2e1db6a commit fa45281

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
// Extending classes need to override this method, if they change the

0 commit comments

Comments
 (0)