Completed
Push — master ( 096baa...85634b )
by Louis
26s queued 13s
created
back/src/KI/UserBundle/Listener/FacebookImportUserRegistrationListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException;
12 12
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
13 13
 use Symfony\Component\Security\Core\User\UserInterface;
14
-
15 14
 use Symfony\Component\Security\Core\User\UserProviderInterface;
16 15
 
17 16
 
Please login to merge, or discard this patch.
back/src/KI/UserBundle/Controller/GroupsController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
8 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10
-use Symfony\Component\Form\Exception\UnexpectedTypeException;
11 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
11
+use Symfony\Component\Form\Exception\UnexpectedTypeException;
12 12
 use Symfony\Component\HttpFoundation\Request;
13 13
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
14 14
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
Please login to merge, or discard this patch.