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 c23a334 commit 1daff26Copy full SHA for 1daff26
1 file changed
tests/DsnTest.php
@@ -23,7 +23,7 @@ public function testCreateFromString(
23
string $expectedPublicKey,
24
string $expectedProjectId,
25
string $expectedPath,
26
- ?int $expectedOrgId,
+ ?int $expectedOrgId
27
): void {
28
$dsn = Dsn::createFromString($value);
29
0 commit comments