Completed
Push — master ( aff631...e32112 )
by Dominik
07:57
created
Services/AzineNotifierService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Azine\EmailBundle\DependencyInjection\AzineEmailExtension;
6 6
 use Azine\EmailBundle\Entity\Notification;
7 7
 use Azine\EmailBundle\Entity\RecipientInterface;
8
-use Doctrine\ORM\EntityManager;
9 8
 use Monolog\Logger;
10 9
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
11 10
 
Please login to merge, or discard this patch.
Tests/Services/AzineNotifierServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
10 10
 use Monolog\Logger;
11 11
 use Azine\EmailBundle\Services\TemplateTwigSwiftMailerInterface;
12
-use Azine\EmailBundle\Tests\AzineQueryMock;
13 12
 use Azine\EmailBundle\Entity\RecipientInterface;
14 13
 use Azine\EmailBundle\DependencyInjection\AzineEmailExtension;
15 14
 use Azine\EmailBundle\Services\AzineTemplateProvider;
Please login to merge, or discard this patch.
Controller/AzineEmailTemplateController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Azine\EmailBundle\Services;
3 3
 
4 4
 use Azine\EmailBundle\DependencyInjection\AzineEmailExtension;
5
-use Azine\EmailBundle\Services\AzineEmailTwigExtension;
6 5
 use Ramsey\Uuid\Uuid;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.