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] Unused use statement should be avoided #2

Closed jrattue closed 9 years ago

jrattue commented 10 years ago

in SwiftMailer/MandrillTransport.php, line 10

The class Swift_Mime_HeaderSet is declared but never used. You should remove the use statement.

use Mandrill;

use \Swift_Events_EventDispatcher;
use \Swift_Events_EventListener;
use \Swift_Events_SendEvent;
use \Swift_Mime_HeaderSet;
use \Swift_Mime_Message;
use \Swift_Transport;
use \Swift_Attachment;

class MandrillTransport implements Swift_Transport {

Posted from SensioLabsInsight