Skip to content

Commit 836f2fd

Browse files
committed
bot: fix cs [skip ci]
1 parent cbb28f7 commit 836f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dsn/Parser/WrappedParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function parse(string $dsn): Wrapped
4747
$scheme,
4848
$query,
4949
$fragment,
50-
\array_map(fn(string $dsn) => $this->parser()->parse($dsn), self::explode($matches[2]))
50+
\array_map(fn(string $dsn) => $this->parser()->parse($dsn), self::explode($matches[2])),
5151
);
5252
}
5353

0 commit comments

Comments
 (0)