Failed Conditions
Push — ng ( 82ba6e...280307 )
by Florent
08:20
created
src/ServerBundle/Security/Factory/OAuth2SecurityFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
 use OAuth2Framework\ServerBundle\Security\Authentication\Provider\OAuth2Provider;
17 17
 use OAuth2Framework\ServerBundle\Security\EntryPoint\OAuth2EntryPoint;
18 18
 use OAuth2Framework\ServerBundle\Security\Firewall\OAuth2Listener;
19
+use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface;
19 20
 use Symfony\Component\DependencyInjection\ChildDefinition;
20 21
 use Symfony\Component\DependencyInjection\ContainerBuilder;
21 22
 use Symfony\Component\DependencyInjection\Reference;
22
-use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface;
23 23
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
24 24
 
25 25
 class OAuth2SecurityFactory implements SecurityFactoryInterface
Please login to merge, or discard this patch.
src/ServerBundle/Tests/TestBundle/Service/UserProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 
14 14
 namespace OAuth2Framework\ServerBundle\Tests\TestBundle\Service;
15 15
 
16
+use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository;
16 17
 use OAuth2Framework\ServerBundle\Tests\TestBundle\Entity\User;
17 18
 use OAuth2Framework\ServerBundle\Tests\TestBundle\Entity\UserRepository;
18
-use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository;
19 19
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
20 20
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
21 21
 use Symfony\Component\Security\Core\User\UserInterface;
Please login to merge, or discard this patch.