Change action_function to callable phpdoc type

This commit is contained in:
Brian Stoop 2025-07-25 13:47:21 +02:00
parent 0ff2d3c8ea
commit db6278359f
1 changed files with 1 additions and 1 deletions

View File

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