Skip to content

Commit c47b634

Browse files
committed
Make $baseUrl and $secret required in the static factory.
1 parent d4ac176 commit c47b634

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)