Skip to content

Commit

Permalink
Merge pull request #11 from lekoala/revert-10-master
Browse files Browse the repository at this point in the history
Revert "fixed bug with class declaration"
  • Loading branch information
lekoala authored Aug 2, 2022
2 parents b6577bd + 547d85a commit 904f632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MailgunSwiftTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use \Swift_MimePart;
use \Swift_Transport;
use \Swift_Attachment;
use \Swift_Mime_Message;
use \Swift_Mime_SimpleMessage;
use \Swift_Events_SendEvent;
use \Swift_Events_EventListener;
use Psr\Log\LoggerInterface;
Expand Down Expand Up @@ -93,12 +93,12 @@ public function ping()
}

/**
* @param Swift_Mime_Message $message
* @param Swift_Mime_SimpleMessage $message
* @param null $failedRecipients
* @return int Number of messages sent
*/
public function send(
Swift_Mime_Message $message,
Swift_Mime_SimpleMessage $message,
&$failedRecipients = null
) {
$this->resultApi = null;
Expand Down

0 comments on commit 904f632

Please sign in to comment.