Skip to content

Commit

Permalink
Merge pull request Sylius#2833 from mgonyan/component_mailer_cs
Browse files Browse the repository at this point in the history
[MailerComponent]: Removing unused dependecy and fixing cs
  • Loading branch information
Paweł Jędrzejewski committed Jun 10, 2015
2 parents c9073e2 + d55be13 commit afb9cb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Sylius/Component/Mailer/Event/EmailSendEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Sylius\Component\Mailer\Event;

use Sylius\Component\Mailer\Model\EmailInterface;
use Sylius\Component\Mailer\Renderer\RenderedEmail;
use Symfony\Component\EventDispatcher\Event;

/**
Expand Down Expand Up @@ -51,8 +50,7 @@ public function __construct(
EmailInterface $email,
array $data,
array $recipients = array()
)
{
) {
$this->message = $message;
$this->email = $email;
$this->data = $data;
Expand Down

0 comments on commit afb9cb6

Please sign in to comment.