Skip to content

Commit b8e283f

Browse files
committed
CS derp
1 parent 217544d commit b8e283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dbal/DbalConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private function parseDsn(string $dsn, ?array $config = null): array
156156
// replace scheme with the matching one from the supported list, but the prefixes there are "pdo-" not "pdo_"
157157
$dsn = preg_replace(
158158
'/^'.preg_quote($parsedDsn->getScheme(), '/').'(:|:\/\/)/',
159-
str_replace('_','-', $supported[$parsedDsn->getScheme()]).'$1',
159+
str_replace('_', '-', $supported[$parsedDsn->getScheme()]).'$1',
160160
$dsn,
161161
);
162162

0 commit comments

Comments
 (0)