Skip to content

Commit 7bffdc3

Browse files
author
Михаил
authored
Fix codestyle in UserManagerTest
1 parent 45faa49 commit 7bffdc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Manager/UserManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
use Doctrine\ORM\EntityRepository;
66
use Hackzilla\Bundle\TicketBundle\Manager\UserManager;
77
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
8-
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
98
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
109
use Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider;
11-
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
10+
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
1211
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
12+
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
1313

1414
class UserManagerTest extends WebTestCase
1515
{

0 commit comments

Comments
 (0)