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.
1 parent 7fc37de commit 35ffafbCopy full SHA for 35ffafb
src/BigBlueButton.php
@@ -152,8 +152,8 @@ public static function createWithHttpClient(
152
ClientInterface $httpClient,
153
RequestFactoryInterface $requestFactory,
154
StreamFactoryInterface $streamFactory,
155
- ?string $baseUrl = null,
156
- ?string $secret = null,
+ string $baseUrl,
+ string $secret,
157
): static {
158
$instance = new static($baseUrl, $secret);
159
$instance->httpClient = $httpClient;
0 commit comments