Skip to content

Commit

Permalink
Update src/Tools/DsnParser.php
Browse files Browse the repository at this point in the history
Co-authored-by: Grégoire Paris <[email protected]>
  • Loading branch information
derrabus and greg0ire authored Dec 30, 2022
1 parent 1028797 commit f0977ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/DsnParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private function parseDatabaseUrlPath(array $url, array $params): array
$url['path'] = $this->normalizeDatabaseUrlPath($url['path']);

// If we do not have a known DBAL driver, we do not know any connection URL path semantics to evaluate
// and therefore treat the path as regular DBAL connection URL path.
// and therefore treat the path as a regular DBAL connection URL path.
if (! isset($params['driver'])) {
return $this->parseRegularDatabaseUrlPath($url, $params);
}
Expand Down

0 comments on commit f0977ae

Please sign in to comment.