docs Update parseSendmailPath documentation to clarify parameter handling

This commit is contained in:
SirLouen 2025-12-08 01:42:13 +01:00
parent 4c06f874c9
commit 2b240b44e9
No known key found for this signature in database
GPG Key ID: 87796BFBFE09911B
1 changed files with 3 additions and 3 deletions

View File

@ -989,11 +989,11 @@ class PHPMailer
} }
/** /**
* Extract supported sendmail parameters from a path string. * Extract sendmail path and parse to deal with known parameters.
* *
* @param string $sendmailPath * @param string $sendmailPath The sendmail path as set in php.ini
* *
* @return string The sendmail path without the parsed parameters * @return string The sendmail path without the known parameters
*/ */
private function parseSendmailPath($sendmailPath) private function parseSendmailPath($sendmailPath)
{ {