Completed
Pull Request — master (#5)
by Nicolas
04:31
created
src/Controller/AbstractSecurityController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
11 11
 use Symfony\Component\HttpFoundation\Request;
12 12
 use Symfony\Component\HttpFoundation\Response;
13
-use Symfony\Component\Security\Core\User\UserInterface;
14 13
 use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
15 14
 use Yokai\MessengerBundle\Sender\SenderInterface;
16 15
 use Yokai\SecurityTokenBundle\Exception\TokenNotFoundException;
Please login to merge, or discard this patch.
src/Entity/User/UserTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Smart\AuthenticationBundle\Entity\User;
4 4
 
5
-use DateTime;
6 5
 use Doctrine\ORM\Mapping as ORM;
7 6
 use Symfony\Component\Validator\Constraints as Assert;
8 7
 
Please login to merge, or discard this patch.