API - Make send() extending signature compatible parent

This commit is contained in:
nathangray 2018-12-03 10:41:48 -07:00
parent e805a02ef3
commit de58e561a9

View File

@ -511,7 +511,7 @@ class Mailer extends Horde_Mime_Mail
* @throws Exception\NotFound for no smtp account available
* @throws Horde_Mime_Exception
*/
function send(Horde_Mail_Transport $transport=null, $resend=true, $flowed=null, array $opts = array())
function send($transport=null, $resend=true, $flowed=null, array $opts = array())
{
unset($resend); // parameter is not used, but required by function signature