Failed Conditions
Push — master ( cccd95...989cb2 )
by Florent
03:57
created
src/SecurityBundle/Tests/TestBundle/Controller/ApiController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 namespace OAuth2Framework\SecurityBundle\Tests\TestBundle\Controller;
15 15
 
16
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
17 16
 use OAuth2Framework\SecurityBundle\Annotation\OAuth2;
17
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
18 18
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
19 19
 use Symfony\Component\HttpFoundation\JsonResponse;
20 20
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.
src/SecurityBundle/Tests/TestBundle/Service/UserProvider.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,6 @@
 block discarded – undo
14 14
 namespace OAuth2Framework\SecurityBundle\Tests\TestBundle\Service;
15 15
 
16 16
 use OAuth2Framework\SecurityBundle\Tests\TestBundle\Entity\User;
17
-use OAuth2Framework\SecurityBundle\Tests\TestBundle\Entity\UserRepository;
18
-use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository;
19
-use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
20 17
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
21 18
 use Symfony\Component\Security\Core\User\UserInterface;
22 19
 use Symfony\Component\Security\Core\User\UserProviderInterface;
Please login to merge, or discard this patch.