Add return type annotation

This commit is contained in:
Marcus Bointon 2022-11-14 10:58:16 +01:00
parent 0b37477f02
commit e7bd0d1f6d
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 0 deletions

View File

@ -4186,6 +4186,7 @@ class PHPMailer
* @param string $name Custom header name
* @param string|null $value Header value
*
* @return bool True if a header was set successfully
* @throws Exception
*/
public function addCustomHeader($name, $value = null)