Skip to content

Commit 2e1db6a

Browse files
committed
Make $baseUrl and $secret required in the static factory.
1 parent 79bd7b0 commit 2e1db6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BigBlueButton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ public static function createWithHttpClient(
154154
ClientInterface $httpClient,
155155
RequestFactoryInterface $requestFactory,
156156
StreamFactoryInterface $streamFactory,
157-
?string $baseUrl = null,
158-
?string $secret = null,
157+
string $baseUrl,
158+
string $secret,
159159
): static {
160160
// Extending classes need to override this method, if they change the
161161
// constructor signature.

0 commit comments

Comments
 (0)