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

Remove trailing commas

This commit is contained in:
Marcus Bointon 2017-06-29 21:54:09 +02:00
parent 1f6c876d5e
commit 589b09fce5
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ $mail->SMTPOptions = array (
'verify_depth' => 3,
'allow_self_signed' => true,
'peer_name' => 'smtp.example.com',
'cafile' => '/etc/ssl/ca_cert.pem',
'cafile' => '/etc/ssl/ca_cert.pem'
]
);

View File

@ -1846,7 +1846,7 @@ class PHPMailer
'cz' => 'cs',
'dk' => 'da',
'no' => 'nb',
'se' => 'sv',
'se' => 'sv'
];
if (isset($renamed_langcodes[$langcode])) {