Completed
Push — master ( ab2cfb...4b8982 )
by Dominik
06:17 queued 04:34
created
Controller/AzineEmailTemplateController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Azine\EmailBundle\Controller;
4 4
 
5
-use Symfony\Component\HttpFoundation\Session\Flash\FlashBag;
6
-use Symfony\Component\HttpFoundation\Session\Session;
7 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
8 6
 use Symfony\Component\HttpFoundation\JsonResponse;
9 7
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
Please login to merge, or discard this patch.
Services/AzineTwigSwiftMailer.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\Bundle\FrameworkBundle\Translation\Translator;
10 10
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
11 11
 use FOS\UserBundle\Mailer\TwigSwiftMailer;
12
-use Azine\EmailBundle\Entity\RecipientInterface;
13 12
 
14 13
 /**
15 14
  * This Service is used to send html-emails with embedded images
Please login to merge, or discard this patch.
Tests/Controller/AzineEmailControllerTest.php 1 patch
Unused Use Statements   -14 removed lines patch added patch discarded remove patch
@@ -1,22 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Azine\EmailBundle\Tests\Controller;
3
-use Azine\EmailBundle\DependencyInjection\AzineEmailExtension;
4
-use Azine\EmailBundle\Services\AzineEmailTwigExtension;
5
-use Azine\EmailBundle\Services\Pagination;
6
-use Azine\EmailBundle\Tests\FindInFileUtil;
7
-use Azine\EmailBundle\Services\AzineTemplateProvider;
8 3
 use Azine\EmailBundle\Entity\SentEmail;
9
-use Azine\EmailBundle\Controller\AzineEmailTemplateController;
10 4
 use Azine\PlatformBundle\Services\EmailTemplateProvider;
11 5
 use Symfony\Component\DependencyInjection\ContainerInterface;
12
-use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
13
-use Symfony\Component\HttpFoundation\ParameterBag;
14
-use Symfony\Component\HttpFoundation\Request;
15
-use Symfony\Component\HttpFoundation\Response;
16
-use Symfony\Component\HttpFoundation\Session\Session;
17
-use Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage;
18
-use Symfony\Component\Routing\RequestContext;
19
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
20 6
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
21 7
 use Symfony\Component\DomCrawler\Crawler;
22 8
 use Symfony\Bundle\FrameworkBundle\Client;
Please login to merge, or discard this patch.