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