mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
FIX: Update swiftmailer librairies
This commit is contained in:
@@ -18,7 +18,7 @@ interface Swift_Transport_EsmtpHandler
|
||||
/**
|
||||
* Get the name of the ESMTP extension this handles.
|
||||
*
|
||||
* @return bool
|
||||
* @return string
|
||||
*/
|
||||
public function getHandledKeyword();
|
||||
|
||||
@@ -59,7 +59,7 @@ interface Swift_Transport_EsmtpHandler
|
||||
* @param string[] $failedRecipients to collect failures
|
||||
* @param bool $stop to be set true by-reference if the command is now sent
|
||||
*/
|
||||
public function onCommand(Swift_Transport_SmtpAgent $agent, $command, $codes = array(), &$failedRecipients = null, &$stop = false);
|
||||
public function onCommand(Swift_Transport_SmtpAgent $agent, $command, $codes = [], &$failedRecipients = null, &$stop = false);
|
||||
|
||||
/**
|
||||
* Returns +1, -1 or 0 according to the rules for usort().
|
||||
|
||||
Reference in New Issue
Block a user