Fix phpdoc type (#1993)

This commit is contained in:
Markus Staab 2020-02-27 02:10:35 +01:00 committed by GitHub
parent 26d77e0783
commit 8666152d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;