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.
2 parents 097785e + d434642 commit 6c072c7Copy full SHA for 6c072c7
src/Hub.php
@@ -37,7 +37,7 @@ public function __construct(
37
TokenProviderInterface $jwtProvider,
38
?TokenFactoryInterface $jwtFactory = null,
39
?string $publicUrl = null,
40
- ?HttpClientInterface $httpClient = null,
+ ?HttpClientInterface $httpClient = null
41
) {
42
$this->url = $url;
43
$this->jwtProvider = $jwtProvider;
src/MockHub.php
@@ -32,7 +32,7 @@ public function __construct(
32
33
callable $publisher,
34
35
- ?string $publicUrl = null,
+ ?string $publicUrl = null
36
0 commit comments