AccordGroup / MandrillSwiftMailerBundle

A Symfony bundle that provides a Swiftmailer transport service for Mandrill
GNU General Public License v2.0
20 stars 15 forks source link

[Insight] Source code should not contain TODO comments #3

Closed jrattue closed 9 years ago

jrattue commented 10 years ago

in SwiftMailer/MandrillTransport.php, line 101

TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

        $this->dispatcher->bindEventListener($plugin);
    } 

    /**
     * So far sends only basic html email
     * @todo attachments, images etc
     * 
     * https://mandrillapp.com/api/docs/messages.php.html#method-send
     * 
     * @param Swift_Mime_Message $message
     * @return array Mandrill Send Message

Posted from SensioLabsInsight