Add return type annotation
This commit is contained in:
parent
0b37477f02
commit
e7bd0d1f6d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue