Commit 005d30ef authored by David Zuelke's avatar David Zuelke

fix CS

parent e8056f53
...@@ -234,7 +234,7 @@ final class DriverManager ...@@ -234,7 +234,7 @@ final class DriverManager
$url = parse_url($params['url']); $url = parse_url($params['url']);
if($url === false) { if ($url === false) {
throw new DBALException('Malformed parameter "url".'); throw new DBALException('Malformed parameter "url".');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment