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 cbb28f7 commit 836f2fdCopy full SHA for 836f2fd
src/Dsn/Parser/WrappedParser.php
@@ -47,7 +47,7 @@ public function parse(string $dsn): Wrapped
47
$scheme,
48
$query,
49
$fragment,
50
- \array_map(fn(string $dsn) => $this->parser()->parse($dsn), self::explode($matches[2]))
+ \array_map(fn(string $dsn) => $this->parser()->parse($dsn), self::explode($matches[2])),
51
);
52
}
53
0 commit comments