Skip to content

Commit

Permalink
Fix incompatibility with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voronkovich committed Mar 3, 2023
1 parent ecfef2e commit b92c374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DSNConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private function applyConfig(PHPMailer $mailer, $config)
throw new Exception(
sprintf(
'Invalid scheme: "%s". Allowed values: "mail", "sendmail", "qmail", "smtp", "smtps".',
$config['scheme'],
$config['scheme']
)
);
}
Expand Down

0 comments on commit b92c374

Please sign in to comment.