Bump PHPMailer from 6.8.0 to 6.8.1

This commit is contained in:
johnnyq
2023-09-11 13:38:57 -04:00
parent 3b645fc5fb
commit b77886cc7e
12 changed files with 81 additions and 37 deletions

View File

@@ -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'])) {