Skip to content

Commit 133cd99

Browse files
committed
Make $baseUrl and $secret required in the static factory.
1 parent 6c0c6d5 commit 133cd99

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
@@ -158,8 +158,8 @@ public static function createWithHttpClient(
158158
ClientInterface $httpClient,
159159
RequestFactoryInterface $requestFactory,
160160
StreamFactoryInterface $streamFactory,
161-
?string $baseUrl = null,
162-
?string $secret = null,
161+
string $baseUrl,
162+
string $secret,
163163
): static {
164164
// Extending classes need to override this method, if they change the
165165
// constructor signature.

0 commit comments

Comments
 (0)