Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 4d93fe2

Browse files
CS fixes
1 parent c3100eb commit 4d93fe2

File tree

8 files changed

+1
-9
lines changed

8 files changed

+1
-9
lines changed

Acl/Domain/SecurityIdentityRetrievalStrategy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Acl\Domain;
1313

1414
use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
15-
1615
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1716
use Symfony\Component\Security\Acl\Model\SecurityIdentityRetrievalStrategyInterface;
1817
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver;

Acl/Model/MutableAclProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface
2424
* @param ObjectIdentityInterface $oid
2525
*
2626
* @throws AclAlreadyExistsException when there already is an ACL for the given
27-
* object identity
27+
* object identity
2828
*
2929
* @return MutableAclInterface
3030
*/

Http/HttpUtils.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http;
1313

1414
use Symfony\Component\Security\Core\SecurityContextInterface;
15-
1615
use Symfony\Component\HttpFoundation\Request;
1716
use Symfony\Component\HttpFoundation\RedirectResponse;
1817
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;

Tests/Acl/Domain/AclTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Tests\Acl\Domain;
1313

1414
use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
15-
1615
use Symfony\Component\Security\Acl\Domain\RoleSecurityIdentity;
1716
use Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy;
1817
use Symfony\Component\Security\Acl\Domain\ObjectIdentity;

Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Tests\Core\Authentication\Provider;
1313

1414
use Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder;
15-
1615
use Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider;
1716
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
1817

Tests/Core/User/ChainUserProviderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
namespace Symfony\Component\Security\Tests\Core\User;
1313

1414
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
15-
1615
use Symfony\Component\Security\Core\User\ChainUserProvider;
17-
1816
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
1917

2018
class ChainUserProviderTest extends \PHPUnit_Framework_TestCase

Tests/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Tests\Http\RememberMe;
1313

1414
use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;
15-
1615
use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
1716
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
1817
use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;

Tests/Http/RememberMe/TokenBasedRememberMeServicesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Tests\Http\RememberMe;
1313

1414
use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;
15-
1615
use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
1716
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
1817
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)