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

Make DSNConfigurator::parseUrl() protected

This commit is contained in:
Oleg Voronkovich 2023-03-06 00:06:17 +03:00
parent f164395cf4
commit 9880a723a2

View File

@ -226,7 +226,7 @@ class DSNConfigurator
*
* @return array Result
*/
private function parseUrl($url)
protected function parseUrl($url)
{
if (\PHP_VERSION_ID >= 50600 || false === strpos($url, '?')) {
return parse_url($url);