Skip to content

Commit

Permalink
change constructor, receive a MessageInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jul 9, 2015
1 parent c028812 commit 62b9a18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ class TransportBuilder

/**
* @param FactoryInterface $templateFactory
* @param \Magento\Framework\Mail\Message $message
* @param \Magento\Framework\Mail\MessageInterface $message
* @param \Magento\Framework\Mail\Template\SenderResolverInterface $senderResolver
* @param \Magento\Framework\ObjectManagerInterface $objectManager
* @param \Magento\Framework\Mail\TransportInterfaceFactory $mailTransportFactory
*/
public function __construct(
\Magento\Framework\Mail\Template\FactoryInterface $templateFactory,
\Magento\Framework\Mail\Message $message,
\Magento\Framework\Mail\MessageInterface $message,
\Magento\Framework\Mail\Template\SenderResolverInterface $senderResolver,
\Magento\Framework\ObjectManagerInterface $objectManager,
\Magento\Framework\Mail\TransportInterfaceFactory $mailTransportFactory
Expand Down

0 comments on commit 62b9a18

Please sign in to comment.