mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
Bump PHPMailer from 6.8.0 to 6.8.1
This commit is contained in:
@@ -80,9 +80,7 @@ class DSNConfigurator
|
||||
$config = $this->parseUrl($dsn);
|
||||
|
||||
if (false === $config || !isset($config['scheme']) || !isset($config['host'])) {
|
||||
throw new Exception(
|
||||
sprintf('Malformed DSN: "%s".', $dsn)
|
||||
);
|
||||
throw new Exception('Malformed DSN');
|
||||
}
|
||||
|
||||
if (isset($config['query'])) {
|
||||
|
||||
Reference in New Issue
Block a user