Completed
Push — master ( 155fdb...991c2f )
by Gabriel
07:40
created
src/Attachments/AttachmentsRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Sinergi\Emails\Attachments;
4 4
 
5
-use Omnimail\Attachment;
6 5
 use Omnimail\AttachmentInterface;
7
-use Omnimail\EmailInterface;
8 6
 use PDO;
9 7
 use Sinergi\Emails\Driver\MySQL;
10 8
 
Please login to merge, or discard this patch.
src/Emails/EmailsRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Sinergi\Emails\Emails;
4 4
 
5
-use Omnimail\Attachment;
6 5
 use Omnimail\EmailInterface;
7 6
 use PDO;
8 7
 use Sinergi\Emails\Attachments\AttachmentsRepository;
Please login to merge, or discard this patch.
src/EmailSender.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Sinergi\Emails;
4 4
 
5
-use Interop\Container\ContainerInterface;
6 5
 use Omnimail\EmailInterface;
7 6
 use Omnimail\EmailSenderInterface;
8 7
 use PDO;
Please login to merge, or discard this patch.