Change action_function to callable phpdoc type
This commit is contained in:
parent
0ff2d3c8ea
commit
db6278359f
|
|
@ -563,7 +563,7 @@ class PHPMailer
|
|||
* string $extra extra information of possible use
|
||||
* "smtp_transaction_id' => last smtp transaction id
|
||||
*
|
||||
* @var string
|
||||
* @var callable
|
||||
*/
|
||||
public $action_function = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue