Fix phpdoc type (#1993)
This commit is contained in:
parent
26d77e0783
commit
8666152d9f
|
|
@ -64,7 +64,7 @@ class PHPMailer
|
|||
* Options: null (default), 1 = High, 3 = Normal, 5 = low.
|
||||
* When null, the header is not set at all.
|
||||
*
|
||||
* @var int
|
||||
* @var int|null
|
||||
*/
|
||||
public $Priority;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue