Completed
Push — master ( dd814f...b87df0 )
by Dominik
14s
created
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.