Completed
Push — master ( 133170...772a04 )
by Dominik
06:01 queued 04:25
created
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.
Controller/AzineEmailController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      *  Displays an extended view of SentEmail entity searched by a token property
50 50
      * @param string $token
51
-     * @return Response
51
+     * @return \Symfony\Component\HttpFoundation\Response
52 52
      */
53 53
     public function emailDetailsByTokenAction(Request $request, $token)
54 54
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Azine\EmailBundle\Entity\SentEmail;
6 6
 use Azine\EmailBundle\Form\SentEmailType;
7
-use FOS\UserBundle\Model\User;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 9
 
Please login to merge, or discard this patch.