Completed
Branch master (6e9dcf)
by Dominik
02:26
created
Tests/Controller/AzineEmailTemplateControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 use Azine\EmailBundle\Services\AzineTemplateProvider;
6 6
 use Azine\EmailBundle\Entity\SentEmail;
7 7
 use Azine\EmailBundle\Controller\AzineEmailTemplateController;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
10 9
 use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
11 10
 use Symfony\Component\HttpFoundation\ParameterBag;
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
 use Symfony\Component\HttpFoundation\Response;
14 13
 use Symfony\Component\Routing\RequestContext;
15 14
 use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
16
-
17 15
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
18 16
 
19 17
 /**
Please login to merge, or discard this patch.
Services/AzineEmailOpenTrackingCodeBuilder.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.