0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Fix incompatibility with PHP 7.2

This commit is contained in:
Oleg Voronkovich 2023-03-03 17:58:22 +03:00
parent ecfef2e99c
commit b92c374b87

View File

@ -102,7 +102,7 @@ class DSNConfigurator
throw new Exception(
sprintf(
'Invalid scheme: "%s". Allowed values: "mail", "sendmail", "qmail", "smtp", "smtps".',
$config['scheme'],
$config['scheme']
)
);
}